Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
To generate a Single dimension array depending on the reduced order number
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!