program to get the user to enter the values
1 view (last 30 days)
Show older comments
function y=mx+c
how can i write a program to get the user to enter the values for x and c and display the result for y
0 Comments
Accepted Answer
Davide Ferraro
on 24 Feb 2011
If you are expecting a command line input you can use the INPUT command:
A quick and nice graphic way is to use the function INPUTDLG:
2 Comments
More Answers (1)
See Also
Categories
Find more on Dialog Boxes in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!