Statistics
RANK
4.362
of 295.448
REPUTATION
12
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
6
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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
integration of a piecewise function
Can anyone help me understand why integral(@(mu) (1.0+0.0*mu).*(mu>0)+(1-exp(1.0./mu)).*(mu<0),0,1) gives a "NaN", wh...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
When you are at a break-point, is there an equivalent of "up" and "down" in gdb so you can navigate through call stack and access variable values out of current scope.
When you are at a breakpoint, is there a MATLAB equivalence of "up" and "down" in gdb so you can navigate through call stack and...
meer dan 7 jaar ago | 1 answer | 0
1
answerHow to make MATLAB code execute faster
This page might be useful. <https://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html>
meer dan 7 jaar ago | 3
Nested Numerical Integral in Matlab
Seems to me that this is what you are looking for. I assumed a random expression for f function since you did not specify it. ...
meer dan 7 jaar ago | 3
Question
Derived Function Handle does not support integration operation, frustrating!
Try this piece of code, which works fine. a=1;b=2; % A two-variate function f2= @(x,y) x+y; derivedF2=@(x) integral(@...
meer dan 7 jaar ago | 2 answers | 0
2
answersQuestion
the function 'solve' doesn't give all the solutions.
% this does not give all the solutions syms u; solve(1-0.99-(u+1)*exp(-u)); double(ans) see the short 3-line code th...
ongeveer 11 jaar ago | 1 answer | 0