is it possible to enter variable values while execution or run time?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i would like to create a variable.i will define the variable in matlab code but i want assign values at run time is it possible? like we use in c scanf function?
0 comentarios
Respuestas (1)
Sean de Wolski
el 4 de Feb. de 2014
Use the input function or an inputdlg
doc input
doc inputdlg
2 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!