jar cf jar-file input-file equivalent in Matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to run this command to generate a jar file in Matlab: jar cf jar-file input-file
Is there anyway to implement this in Matlab?
Thanks in advance for your answer
0 Commenti
Risposta accettata
Friedrich
il 30 Gen 2012
Hi,
have a look at the system comamnd:
Basically, if your command works in a shell or dos prompt, it works as a system command too.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox 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!