Is there a way to import an Octave package into Matlab?
17 次查看(过去 30 天)
显示 更早的评论
Is there a way to import an Octave package into Matlab? For compatibility there are some m files our team has created and wanted to verify using the Octave package in MATLAB.
1 个评论
Rik
2021-11-21
I don't know if this is still a running issue, but I don't know if there is an easy way. You need to make sure the syntax is compatible with Matlab, which isn't a requirement for the forge. Other than that, there shouldn't be any issues copying all m files to a folder on the Matlab path.
What I do myself is just to write a tester function. If it runs, it runs.
回答(1 个)
Jyotish Kumar
2020-3-6
Hi,
There are various ways you can load mat file into octave and vice versa. There are following links which has discussed about the same.
Hope it helps you.
1 个评论
Daniel Hornung
2021-7-9
That is not an answer to the question as I understand it. The OP asked about packages (collections of .m files with metadata), not about data (.mat files).
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Octave 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!