![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5086351.jpg)
Abdulla Al-Mohannadi
Texas A&M University at Qatar
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
110,539
of 297,016
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Error Using "bvp4c" - "a singular Jacobian encountered"
Hi, I'm trying to run the following code, but keep running into an error: function bvp5 xlow=0; xhigh=1; solinit =...
9 years ago | 1 answer | 0
1
answerQuestion
Using vector input to anonymous function
If a have a function such as: fptest = @(osf, T) T^2 - log(osf); fpout(fptest, 2, 3, 4) %evaluates T in the end In the ...
9 years ago | 2 answers | 0
2
answersQuestion
Bisection script running endlessly
I'm trying to develop a script to obtain the root of a function using the bisection method. This is what I have: function [...
9 years ago | 1 answer | 0