On Thu, 16 Sep 2021 15:44:06 -0400
Bryan VanSchouwen wrote:
> I just tried performing an analysis in the Octave software (GNU Octave,
> version 5.2.0), using the attached "dm" input file, and the following
> commands:
> load dm
> cdmt = cor(dm.')
>
> However, I encountered the following error message:
> error: 'cor' undefined near line 1 column 8
>
> What is going on here??
cor() requires package nan. So please install octave-nan
package and run 'pkg load nan' from octave command line.
'pkg load nan' shows many warning messages. However, it
seems to work.
--
Takashi Yano
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple