[bug #68021] MATLAB上 可以正常运行的代码,在Octave上报 错
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #1, bug #68021 (group octave):
In Octave you need to define functions before you can call them. Also
"ax.Color=[0 0 0.1];" is not supported in octave, you need to use "set(ax,
"Color", [0, 0, 0.1]);"
With those changes (file The_Three_Body_Problems_7_1.m) seems to work for me.
Dmitri.
--
(file #58220)
_______________________________________________________
Additional Item Attachment:
Name: The_Three_Body_Problems_7_1.m Size: 4.0KiB
<https://file.savannah.gnu.org/file/The_Three_Body_Problems_7_1.m?file_id=58220>
AGPL NOTICE
These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://savannah.gnu.org/source/savane-5c89ea1de46466fa27ad9decaeba153e39db01be.tar.gz
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68021>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaYV+EAAKCRCqLAuaBUf3 TlT1AP4nKU3p8XQ2FU2qiiQLq2rmu4RafakC1YYQ7a704geyPAEAiRAOHFHleyuR Mm368PRCcuKTfAyGZuR5ZZN1XMS8QwQ= =PzAw -----END PGP SIGNATURE-----