photo

Richard


Last seen: 9 mois il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
2 Réponses

RANG
3 704
of 300 379

RÉPUTATION
14

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
7

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 299

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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>

environ 8 ans il y a | 3

Réponse apportée
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. ...

plus de 8 ans il y a | 4

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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 12 ans il y a | 1 réponse | 0

1

réponse