public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Error encountered in Octave software - Please help!!
@ 2021-09-16 19:44 Bryan VanSchouwen
  2021-09-16 20:17 ` Takashi Yano
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan VanSchouwen @ 2021-09-16 19:44 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Hello.

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??

[-- Attachment #2: dm --]
[-- Type: application/octet-stream, Size: 1666 bytes --]

1.25974524 1.342667163 1.285119866 0.873414173
1.192523205 1.282736478 1.341937337 0.99700609
1.912625889 1.198194998 1.316482912 1.147039778
1.61490719 1.517388582 0.966528304 1.212524735
1.067154737 1.442106405 1.212496274 1.002183096
0.901174097 0.806582369 1.002551653 1.067802596
1.118784224 0.7665594 1.252078759 1.294782866
0.936794319 1.133027476 1.474927975 1.355992615
1.121940808 1.03832007 1.166184024 0.837372727
1.130664313 0.207643515 1.013454362 0.545193505
1.155512521 0.89097942 1.195303646 0.751120079
1.774867708 1.401842211 1.708060159 1.596453745
1.692071675 1.367403732 1.780586998 0.790301838
1.324902308 1.011543148 1.402585068 0.968986106
0.758816248 0.331122492 0.995826505 0.842054028
1.593454971 1.247481409 1.228200003 1.152477734
1.560013286 1.155980147 1.384971485 1.139992142
0.84253204 0.281248041 0.481677204 0.704652944
1.20310256 1.507370692 1.261984124 1.890656381
0.78176368 0.099307529 0.665817328 0.398963117
1.241993868 1.639489181 1.010245308 1.176698565
1.624152414 1.465291389 1.490622241 1.315796916
0.931753471 1.164509327 1.117639993 1.074262269
1.172491396 1.581053193 1.666398755 1.143427027
1.286641196 1.198070393 1.510840403 1.856459403
1.395261409 1.030638676 0.991391266 1.08032969
0.747296675 1.180718504 0.956503374 0.976015721
0.842073037 0.655741784 1.29583609 0.774552621
1.066581207 1.360237347 0.823908453 0.699703704
1.895596674 1.498177719 1.807745401 0.905277346
1.293713902 1.33747325 1.204337976 1.079279617
1.874342089 1.135054625 1.401889355 1.570931583
1.757942877 0.930073299 0.796768449 0.919221477
1.399075953 0.797003512 1.095187434 0.68510803
0.887644185 0.948011214 0.739063539 0.659624385

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error encountered in Octave software - Please help!!
  2021-09-16 19:44 Error encountered in Octave software - Please help!! Bryan VanSchouwen
@ 2021-09-16 20:17 ` Takashi Yano
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Yano @ 2021-09-16 20:17 UTC (permalink / raw)
  To: cygwin

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 <takashi.yano@nifty.ne.jp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-16 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 19:44 Error encountered in Octave software - Please help!! Bryan VanSchouwen
2021-09-16 20:17 ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).