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일

0 개 추천

I = input('Number ?')
I .^ 3 % ?

카테고리

도움말 센터File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

질문:

2020년 9월 23일

댓글:

Rik
2020년 9월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by