
Mustafa Duran
Statistics
5 Questions
0 Answers
RANK
257,753
of 273,277
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 18,452
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,675
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
Content Feed
Question
Error using sym/coeffs. First argument must be a scalar.
syms q1(t) q2(t) q3(t) q4(t) q5(t) q6(t) q1_hiz(t) q2_hiz(t) q3_hiz(t) q4_hiz(t) q5_hiz(t) q6_hiz(t) q1_ivme(t) q2_ivme(t) q3_iv...
21 days ago | 1 answer | 0
1
answerQuestion
Extracting symbolic values from symbolic matrix
I have a long code which has syms like q1(t) q2(t) ... I have a 3x1 matrix which is in format like: n1=a1*q3(t) ...
22 days ago | 1 answer | 0
1
answerQuestion
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate.
Hello everyone. I have a matrix that is: 0.004648380836025 0.002524412954424 -0.002524412954424 -0.000821180565226 ...
9 months ago | 1 answer | 0
1
answerQuestion
MATLAB gives the integer value of subtraction when the difference between numbers is large.
Hello everyone. I have a problem in my code, i will show it with an example below: a=[1;1;1;1]; b=[10^23;10^23;10^23;10^23]; ...
9 months ago | 2 answers | 0
2
answersQuestion
MATLAB gets the inverse of the matrix wrong
Hello everyone. I write a code like this for Newton-Raphson; however system is converges. Thanks in advance to those who are int...
9 months ago | 1 answer | 0