photo

Richard


Last seen: environ 3 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

20 Questions
0 Réponses

RANG
8 914
of 300 780

RÉPUTATION
5

CONTRIBUTIONS
20 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
65.0%

VOTES REÇUS
4

RANG
 of 21 086

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 018

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 3

Afficher les badges

Feeds

Afficher par

Question


Converting an m-code into a png
Is it possible to convert an m-code into a png -- a picture of the code? Thanks.

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

2

réponses

Question


(Probably elementary) Plotting problem
I have some problem with plotting. Basically I have a vector a=1:0.2:10 for n=1:1:length(a) while ... %a bunch...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


Time steps in integration
I am confused. I think that ode45 uses a variable time step determined by the tolerance settings. But programs using ode45 tend ...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


Drawing a circle with pdecirc
Why is it that when I give the command pdecirc(.5,1,.0001) I get the error message ??? Undefined function or method ...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Question


AbsTol, RelTol
In my understanding, RelTol = abs(X-Y)/min(abs(X), abs(Y)) AbsTol = abs(X-Y) But what does it mean when applied ...

presque 14 ans il y a | 2 réponses | 3

2

réponses

Question


Electric field and a misbehaving particle
What I wish to do is to model the trajectory of a point particle of small negative charge in the field of a point charge of lar...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Symbols vs Floating points
This question has to do with the question in this link which Jan has kindly shed some light on. http://www.mathworks.co.uk/ma...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Error using odearguments???
What does this error message mean? ??? Error using ==> odearguments at 120 Inputs must be floats, namely single or doubl...

presque 14 ans il y a | 2 réponses | 0

2

réponses

Question


??? Undefined function or variable 'x'
I am trying to use ode45 to solve a system of ODEs. What I did was: function Testfunction tspan = [...] %specify ini...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Calling functions
I have written a MATLAB code say myfun.m which first line is function y = myfun(x) Now I want to call it in another c...

presque 14 ans il y a | 2 réponses | 0

2

réponses

Question


Machine epsilon
What does it mean for MATLAB to have a machine epsilon 2.2204e-16? Does that mean we can only be sure of a number up to the 15th...

presque 14 ans il y a | 2 réponses | 1

2

réponses

Question


The way MATLAB executes a code
Just wondering... suppose I have a code like a = 1+2+3; b = 1+3+5; c = a+b; fprintf('%2d',c) What is MATLAB actually d...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Differentiation
Is it possible to construct a code that for example we type in x^2 and then the program finds (d/dx)x^2=0 and gives x=0? I ha...

presque 14 ans il y a | 3 réponses | 0

3

réponses

Question


Rounding off
1) Suppose I have two numbers, say 0.01234567 and 0.01234599 and I want Matlab to round off the numbers to give the number of d....

presque 14 ans il y a | 3 réponses | 0

3

réponses

Question


Counting zeros
Given a function f(x), Is there a simple way to get MATLAB to determine the number of zeros it has in some arbitrary interval [a...

presque 14 ans il y a | 3 réponses | 0

3

réponses

Question


Defining function handles in MATLAB
How might I define a function handle? For example, I want to define a function f(x)=2*x^3+7*x^2+x I want MATLAB to evaluate f(...

presque 14 ans il y a | 4 réponses | 0

4

réponses

Question


Presentation of results -- table
Say I have a loop that something like: for n=1:10, var1(n)=var1(n-1)+5 var2(n)=2*var1(n) var3=... so on end ...

environ 14 ans il y a | 2 réponses | 0

2

réponses

Question


Cobweb graph
I want to draw a cobweb graph for sin(x). Here is a code (based on an online source) that seem to fail to work, grateful if some...

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

2

réponses

Question


Differential of a User-defined Function (Matlab)
Hi, How might I make my script perform differentiation on a user-defined function? I also want the function and its derivative ...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


User-defined Functions Applied throughout a Script
Hi, I am attempting to write a Matlab script that uses a user-input (hence general) function, f(x), throughout the script. I ...

plus de 14 ans il y a | 1 réponse | 0

1

réponse