How to convert .java file to .mat file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a.java file and want to run in matlab by convert it into .mat file. How to do this conversion?
0 Commenti
Risposte (1)
Jan
il 8 Set 2021
.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.
Vedere anche
Categorie
Scopri di più su Call Java from MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!