Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Matrix dimensions must agree error

1 visualización (últimos 30 días)
Asif Rashid
Asif Rashid el 21 de Jul. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Sir, I want to find TC where PA and TSR are the matrices of length
1 20
and
1 2
TC=0.08698-(0.003371).*PA-(0.053272).*TSR
where
size (TSR)
ans = 1 2
size (PA)
ans = 1 20
when i write the function TC , i get the error ''Matrix dimensions must agree ''. Please guide me , how to fix this error. Thankyou
  3 comentarios
Asif Rashid
Asif Rashid el 21 de Jul. de 2020
Thankyou for your reply Sir. Sir i just updated statement 1 (for RS) of my code . (older statement was RS=750:215.5:3600;) and now the code is running without error . all the matrix dimensions are now 1 20.
RS=750:150:3600;
RR=5;
PA=1:1.25:25;
ws=1:1.25:25;
for ii=1:length(RS)
for i=1:length(ws)
TSR=(RS.*RR)./ws;
for iii=1:length(PA)
TC=0.08698-(0.003371).*PA-(0.053272).*TSR;
end
end
end
Thankyou Sir
Asif Rashid
Asif Rashid el 21 de Jul. de 2020
as in older case (with error) if i need the result in 1 20 dimension. Is it possible ? how may i fix that . Please tell me. Thankyou Sir

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by