photo

ABHISHEK SARATH


Last seen: plus de 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
159 721
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


when i solve the answer appers as z1 but there is no such a variable in workspace
clear syms a b c d phi(t) thi(t) beta(t) wo wb wa assume(d,'real'); thi(t)=wa*t; beta(t)=wb*t; phi(t)=wo*t; eq1=a*cos(...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Empty sym: 0-by-1
clear syms a b c d phi(t) thi(t) beta(t) wo wb wa assume(d,'real'); thi(t)=wa*t; beta(t)=wb*t; phi(t)=wo*t; eq1=a*cos(thi(...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Solving two trigonometric equations, two unknowns
syms a b c d phi thi beta eq1=a*cos(thi)+b*cos(phi)-c*cos(phi)==d;%% equating real part eq2=a*sin(thi)+b*sin(beta)-c*sin(phi)=...

plus de 5 ans il y a | 0