- Use input command to get user input
calculate an output signal based on user input data
조회 수: 3 (최근 30일)
이전 댓글 표시
how to Develop a matlab program that can calculate an output signal based on user input data
with the formula of the output signal is given
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/394408/image.png)
댓글 수: 0
답변 (1개)
Sudhakar Shinde
2020년 10월 28일
Input = input('Enter input value: ');
2. To calculate power use
Input^3
3. Arithmatic operations are very simple similar as we write equations. Now hopefully you will able to complete your equation.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!