David Jacob
Followers: 0 Following: 0
Statistics
RANK
7,483
of 295,467
REPUTATION
6
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
how to plot a fourth ordinary differential equation
The line usol(x) = subs(usol(x)) isn't doing anything. The function fplot can't plot your function your function, because it is ...
3 years ago | 0
I can't figure out why n=length(sigma) has gone wrong
What is the error message? What is the value for n?
3 years ago | 0
How to convert and write nested cell arrays into a TXT file without adding extra quotes?
Hey, You can use fopen() and fprintf() for that. Open your the file you want to write to in writing mode: f=fopen('Test.txt',...
3 years ago | 1
| accepted
Question
How can I rewrite symbolic expression as a function of another symbolic expression?
Suppose I want to evaluate an expression of the type with . Let and be functions of and , e.g. and . And I am able to show...
3 years ago | 1 answer | 0