- Use input command to get user input
calculate an output signal based on user input data
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdullah Khaled Ahmed ALI
el 28 de Oct. de 2020
Respondida: Sudhakar Shinde
el 28 de Oct. de 2020
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 comentarios
Respuestas (1)
Sudhakar Shinde
el 28 de Oct. de 2020
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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!