How to convert .java file to .mat file?
1 次查看(过去 30 天)
显示 更早的评论
I have a.java file and want to run in matlab by convert it into .mat file. How to do this conversion?
0 个评论
回答(1 个)
Jan
2021-9-8
.java files contain source code in Java. .mat files are data files read by Matlab. It is not meaningful to convert source code to data. It is comparable to converting the recipe of a cake into its ingrediences. You can't.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!