Alphonce Owayo
Followers: 0 Following: 0
Statistics
RANK
22.808
of 295.673
REPUTATION
2
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
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
How do I declare varibles whose outputs are expected from Matlab simply without so many rules, like for example in c++?
[Below is my code its meant to do as follows, as long as k<NoS, it shall form Equations that at the end of the day are equivalen...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to solve a non linear ovedetermined system of equations??
Please help me how solve this, using fmincon fsolve etc I am tired of syntax errors eq(k)=(sqrt(x1-x0)^2+(y1-y0)^2+(z1-z0)^2)=...
bijna 4 jaar ago | 1 answer | 0
1
answerExtracting numeric values from symbolic variables
shown above is how to extract numeric values from symbolic variables and display them in the command window.
bijna 4 jaar ago | 0
Extracting numeric values from symbolic variables
For example; syms x y eqn1=x+y==20; eqn2=2.3x-9y==13; soln=vpasolve(eqn1,eqn2); xsoln=soln.x; ysoln=soln.y; or xsoln=dou...
bijna 4 jaar ago | 1