Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Once I call dos, how do I add new lines to execute?

1 visualización (últimos 30 días)
Ann Oman
Ann Oman el 17 de Oct. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I've tried these methods... and nada
dos('CMD.exe')
dos('nslookup ')
dos('set type=MX')
dos('google.com')
command1 = 'nslookup';
command2 = 'set type=MX';
command3 = 'google.com';
system(command1,command2,command3)
dos(command1,command2,command3)

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by