Statistics
0 Questions
6 Answers
RANK
3,865
of 295,569
REPUTATION
14
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
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
Test suite for regular expressions
Are you looking for documentation on how to use regular expressions in MATLAB or are you wondering how you can write matlab test...
7 years ago | 1
| accepted
How to write multiple test functions in a single file (TDD implementation)
Each subfunction that starts or end with "test" is a seperate test procedure in the test file. For example: function tes...
7 years ago | 1
Check the equality of custom Classes using Matlab Unit Test suite
See answer in comment above.
7 years ago | 0
| accepted
Comparing two numbers by using IF in Matlab
They are not equal: >> format long >> x x = 2.511886431509580 >> y y = 2.511900...
10 years ago | 1
About this ode function
I think 'AbsTol',[1e-4 1e-4 1e-5] is your problem. Since your solution has only one component for each timestep, I believe your ...
10 years ago | 0
Syncronize Mupad Notebook with an Matlab Command in a loop
In R2013b, there is now "evaluateMuPADNotebook". http://www.mathworks.com/help/symbolic/release-notes.html This may help you...
11 years ago | 0