Feeds
提问
How to display outputs in a certain decimal value
I have an output that I am trying to display. For example, when I do display(x) it shows it as 3.0+003, but i need it to display...
14 years 前 | 1 个回答 | 0
1
个回答已回答
Display a variable and its units
I got it figured out. Thanks for the help! If I do X = 25; fprintf('The answer is %.2f ', X) display('unit'); It will put...
Display a variable and its units
I got it figured out. Thanks for the help! If I do X = 25; fprintf('The answer is %.2f ', X) display('unit'); It will put...
14 years 前 | 0
提问
Display a variable and its units
I know how to use the display(X) function to display a variable I have solved for. So, if my X = 25, and I need it to display 25...
14 years 前 | 4 个回答 | 0
