calculate an output signal based on user input data

조회 수: 7 (최근 30일)
Abdullah Khaled Ahmed ALI
Abdullah Khaled Ahmed ALI 2020년 10월 28일
답변: Sudhakar Shinde 2020년 10월 28일
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

답변 (1개)

Sudhakar Shinde
Sudhakar Shinde 2020년 10월 28일
  1. Use input command to get user input
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.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by