How to mutiply 3 user inputs.

1 Ansicht (letzte 30 Tage)
Corey Wood
Corey Wood am 23 Sep. 2020
Kommentiert: Rik am 23 Sep. 2020
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 Kommentar
Rik
Rik am 23 Sep. 2020
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).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

madhan ravi
madhan ravi am 23 Sep. 2020
I = input('Number ?')
I .^ 3 % ?
  1 Kommentar
madhan ravi
madhan ravi am 23 Sep. 2020
doc prod % put them in a vector before using prod()

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by