MATlab display calculated answer
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Oskar Kinat
el 7 de Dic. de 2020
Respondida: Walter Roberson
el 7 de Dic. de 2020
Hello Support,
quick question in my GUI code I would love MATlab to give me an alert how many spaces are left in the command line. I have it set for 10 cars in line 98 and it gives me the result in my GUI graph but not in the command line. What would I have to imporive to let it do both?
Thank you so so much in advance
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Dic. de 2020
fprintf('%d spaces left\n', 10-handles.Num_object);
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!