Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

solve multi variable equations in an array

2 vues (au cours des 30 derniers jours)
Aamna Alshehhi
Aamna Alshehhi le 4 Nov 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
how can I solve the following equatuions for the variables Om2 and OmA while LA, Th2 and ThA are vectors (1,11) so I wanna get the values of Om2 and OmA as 1 by 11 vector as well. note that each value of Th2 ,ThA and LA are crossopnd to each other in their locations in the vector. so all Om2 an OmA values must be found based on that
eqn1 = L2_2.*exp(1i.*Th2_2)*1i.*Om2 +LA.*exp(1i.*ThA_2).*1i.*OmA -v*exp(1i*ThA_2);
real_vel_eqn1 = real(eqn1);
imag_vel_eqn1 = imag(deqn1);
  1 commentaire
Jyotsna Talluri
Jyotsna Talluri le 13 Nov 2019
Can I know what is deqn1 ?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by