Statistics
RANK
259,671
of 300,369
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,936
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,436
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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(...
5 years ago | 1 answer | 0
1
answerQuestion
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(...
5 years ago | 1 answer | 0
1
answerSolving 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)=...
5 years ago | 0
