Calling a .exe in Matlab that requires a passphrase
Ältere Kommentare anzeigen
Hi,
I know how to call an executable from Matlab:
system('name.exe');
However, I have an executable that, once called, asks for a passphrase or password. When I run it in Matlab using the command above, Matlab just freezes.
Does anyone know how to call an executable that requires additional input after being called (i.e. it doesn't execute fully with just one call)? Is this even possible?
Any help would be greatly appreciated!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!