How to mutiply 3 user inputs.

1 次查看(过去 30 天)
Corey Wood
Corey Wood 2020-9-23
评论: Rik 2020-9-23
I am brand new at using MatLab, I want to mutiply 3 user inputs together, like for the volume of a cube. But I have no idea what to even do. After 4 hours of trying to figure it out, I am ready to give up.
  1 个评论
Rik
Rik 2020-9-23
Have you tried Matlab Onramp? It will teach you the Matlab basics. It is provided by Mathworks for free. I think that is a better use of your time than having your questions answered one at a time. If you have trouble finding Onramp, let me know and I'll post a link (it should be the top Google search result).

请先登录,再进行评论。

回答(1 个)

madhan ravi
madhan ravi 2020-9-23
I = input('Number ?')
I .^ 3 % ?

类别

Help CenterFile Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by