Borrar filtros
Borrar filtros

dialog box imput variables

8 visualizaciones (últimos 30 días)
franco otaola
franco otaola el 7 de Feb. de 2017
Comentada: franco otaola el 7 de Feb. de 2017
hello, i have done a code that some people are going to use and because sometimes they run it without looking and the code needs to be used for different measures where the have a different value for a variable. e.g: file 1 a=1 and in file 2 a=1 and file 3 a=2. i would like that when you press to run the code the matlab will show a dialog box asking for the value of ´a´ . is it possible to put something like that in matlab? thanks

Respuesta aceptada

Stephen23
Stephen23 el 7 de Feb. de 2017
Editada: Stephen23 el 7 de Feb. de 2017
C = inputdlg({'please enter a:'});
a = str2double(C{1});
  1 comentario
franco otaola
franco otaola el 7 de Feb. de 2017
you were too fast ahahahaah i was coming to delete the question because i found the asnwer and you aswered before :D. eighter way, thanks a lot!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by