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)
Gagan Mitikiri
Gagan Mitikiri el 29 de Nov. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by