Mohammad Shafi Nikzada
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
34,828
of 295,569
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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 to Fill matrix rows with another row?
Hello everyone, I want fill the zero containing rows of this matrix with the row on top of it. For example, row (2:9) should be...
3 years ago | 2 answers | 0
2
answersQuestion
Hello everyone, I keep getting this warning "Matrix is close to singular or badly scaled" how can I fix it?
I get this Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.939458e-152. Anyone knows...
3 years ago | 1 answer | 0
1
answerQuestion
Hello everyone, anyone knows how to approximate a data with polynomial of degree 8 using least square method?
Polynomial degree is 8 and it should be approximated piecewise. y = a0t0 + a1t1 + a2t2 +… + antn ………………………….. (1) Data descr...
3 years ago | 2 answers | 0
2
answersQuestion
Hello, can anyone solve this preallocation problem in my code?
Although I tried to preallocate Matrix of zeros still the warning is there and the result changes when I preallocate. Warnings a...
3 years ago | 1 answer | 0
1
answerQuestion
R = rotx(ang), roty(ang), rotz(ang) is not working in my MATLAB.
R = rotx(ang), roty(ang), rotz(ang) is not working in my MATLAB. I get this error "Unrecognized function or variable 'rotx'." c...
3 years ago | 2 answers | 1
2
answersQuestion
How to get specific rows in a text file and store it in a matrix?
Hello everyone, I have a text file of consisting data. I want to pick up specific rows starting with (PL51) and store it in a ma...
3 years ago | 2 answers | 0