Borrar filtros
Borrar filtros

Request user input and using that ans for my functions?

2 visualizaciones (últimos 30 días)
Gee Cheng Mun
Gee Cheng Mun el 15 de En. de 2016
Respondida: Stephen23 el 15 de En. de 2016
How can I use the user's input and convert it to a numerical value to be used in my remaining codes?
prompt=('Enter a threshold value to convert the grayscale image to black and white: ');
dlg_title=('Threshold level value');
num_lines=1;
defaultans={'0.5'};
answer=inputdlg(prompt,dlg_title,num_lines,defaultans);

Respuesta aceptada

Stephen23
Stephen23 el 15 de En. de 2016
>> val = str2double(answer{1})
val =
3

Más respuestas (0)

Categorías

Más información sobre Import, Export, and Conversion 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