- Use input command to get user input
calculate an output signal based on user input data
8 次查看(过去 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
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!