p=(1./TSR+0.08.*(PA))-(0.035./(PA.^3+1));
l=inv(p);
p is a matrix of 1*20.
i want to take its inverse but matlab error says ''Matrix must be square''. please tell me, what shall i do if i want to take the inverse of p.
Thankyou

 Respuesta aceptada

madhan ravi
madhan ravi el 22 de Jul. de 2020

0 votos

p.^-1

2 comentarios

Asif Rashid
Asif Rashid el 22 de Jul. de 2020
Thankyou Sir. its working
Dawit Teshome
Dawit Teshome el 19 de Feb. de 2021
Hello! Madhan,
I am trying to convert a model from continuous to discrete and I used >> c2d(ASAS_Model,0.1,'zoh'); but I got errror on converting to discrete: Please find the below the error.
>> c2d(ASAS_Model,0.1,'zoh');
Error using c2d (line 57)
The A matrix must be square.
Could you please give us feedback about this issue. Thanks!
Dawit Teshome

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Preguntada:

el 22 de Jul. de 2020

Comentada:

el 19 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by