photo

Richard


Last seen: 대략 2개월 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
2 답변

순위
3,722
of 297,527

평판
14

참여
4 질문
2 답변

답변 채택
75.0%

획득한 표
7

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to make MATLAB code execute faster
This page might be useful. <https://www.mathworks.com/help/matlab/matlab_prog/techniques-for-improving-performance.html>

7년 초과 전 | 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. ...

7년 초과 전 | 4

질문


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(@...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 0

1

답변