Info
This question is closed. Reopen it to edit or answer.
To generate a Single dimension array depending on the reduced order number
3 views (last 30 days)
Show older comments
Hi all, I want to generate a single dimension matrix array depending on the reduced order in Order Reduction.
for example if the reduced order is 1, then the output should be like this R = 1 if the reduced order is 2, then the output should be like this R = [1 0] if the reduced order is 3, then the output should be like this R = [1 0 0] and so on...
Can anyone help me out?
Thanks in advance.
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!