calculate an output signal based on user input data

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 日

0 投票

  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.

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

タグ

質問済み:

2020 年 10 月 28 日

回答済み:

2020 年 10 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by