Statistica
RANK
186.096
of 295.467
REPUTAZIONE
0
CONTRIBUTI
26 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
69.23%
VOTI RICEVUTI
0
RANK
143.803
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Simple Orbit problem Sun and Jupiter
Hello, I'm trying to plot an orbit with the Sun and Jupiter only. I assumed circular orbit and all the simplicity posible s...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
orbit equation with ode45
Hi, I am trying to solve an equation with ode45 but it does not actually give me what it's expect to. The equation is the clas...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting a simple orbit
Hi, I am having a little trouble setting up a simple orbit code so I could plot the orbit. Could anyone see my code? I have al...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
Using try/catch to get warning message
What o I have to do in order to get rid of the message in ode45 line 309 (error tolerance message). I use try and then I put th...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
fminsearch. How does the first variable works?
[IC,SurfaceValues,exitFlag]=fminsearch(@integratePlanetODEs,IC,[],extPar); This is a line of a code and IC could supposedly v...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Could you guys explain me how to get a value back in a case like this...?
I Have a line in a program P0=fzero(@(P0) estimateSurfacePressure(P0,false,extPar), [1 25]); and inside es...
oltre 10 anni fa | 1 risposta | 0
1
rispostaCould anyone explain me what a line like this works?
I'm 100% sure that was my doubt. I was thinking about it. Maybe the problem was different workspaces and iquality in the variabl...
oltre 10 anni fa | 0
Domanda
Could anyone explain me what a line like this works?
I've got 2 files the first file with a line (1) calls the file (2). (1) P0=fzero(@(P0) estimateSurfacePressure(P0,false,extP...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
What's the purpose of putting 'pause(0)' when you have a large code?
I've seen some codes which is actually sometimes called by other codes and then I see some 'pause(0)'. pause makes the code to s...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Argument 'range' for ode45
I have just found out that ode45(@fun,tspin,x) can have instead of tspin = [value1 value2]. tspin could be a linspace(a,b,c) whe...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Doubt regarding the fzero command.
Hi guys, What does it mean when we write in a code P0 = fzero (@somefunction, [1, 25]). Does it mean search for an answer in ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
"@" inside fzero command. I get an erro why?
I've got 2 .m files. The line which calls the second file is [f1 q] = fzero(@avaliator,const.guessf1,const) it'll ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How does MATLAB work when I have a structure and 'options' being set from inside and odesolver?
Suppose I have a structure k with these elements range, init and options. I noticed that since I put k inside ode45 I have an er...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
How do I delete an element from a structure?
I have this k.range = [-pi/4 pi/2] ; k.init = sqrt(2)/2 ; k.options = odeset('Events',@mystopper); suppose I ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
command path and pathdef
I'm trying to understand a code and there's the first line of it. Could anyone explain me what exactly this works ? The code is ...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Problem with function @(t) [ (1/2)*a*t.^2]
function eulers_for_mv a = .5 ; t = linspace(0,2) ; dt = t(2) - t(1) ; x = zeros(1,length(t)); v = zeros(1,l...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Why summing a matrix in 2 different ways can give not the same numbers ??? Does anyone know?
I had a big problem with a code because of this mistake which looks silly but maybe it's not.. suppose f1 = .4 ; f2 =.51...
oltre 10 anni fa | 1 risposta | 0
1
rispostaRemoving values from a variable.
A{1}=[1 2 2; 2 2 2; 3 1 2; 4 5 6; 5 5 6; 7 1 2] ; A{1}(4:5,:) = [] ; it means access the first element of cell 1 (which ...
oltre 10 anni fa | 0
Domanda
Solving odes with ode45 by using actual values for physical constants....
Whenever I try to use actual values for constants in a physical problem I get stuck in a 'busy' message from MATLAB. What do I h...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Comparing an analytic solution to a numerical solution (it does not work!)
There`s an equation called filament solution by Ostriker. I need to compare his solution to the solution which comes from a sy...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
ODE45 how do I interpret this code...
if true % code end function elements tspan = [0 1]; inits = [0 1]; [t,y] = ode45(@Y,tspan,inits); plot(t,y) fun...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
What does '...' mean in MATLAB?
I came across this script and I've seen h = ... what does it mean? axis(1.2*[-1 1 -1 1]) axis square box on hold o...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
How do I read this code?
Suppose I run this code by typing in the command line [t p] = ode45(@spring,[0 4], [0 0]); I don't understand first of all how M...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
(Biginner) Code does not work! Please. I need a hand.
I learned some things about this. One, even defining rho and G outside the functions "dp" and " deriv_M" it seems that when MAT...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
What kind of structure is that in MATLAB I've never seen it before... (Differential equations)
f = @(t,x) [-x(1)+3*x(3);-x(2)+2*x(3);x(1)^2-2*x(3)]; what does "@(t,x)" represent and there's some room between the expre...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
May you guys help me I got stuck in developing a simple code... (solving diferential equations by using ode45)
If I consider the function react2 and write the function react in the prompt command it will work!! But I want to use only the s...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
plotting matrix with the command plot and meshgrid. Please clarify that to me.
Suppose I create a simple matrix y = [ 2 4; 6 1] and then when I plot it using plot like, plot(y,'*') I tried to understand how...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Beginner... why a matrix with numbers and strings doesn't give me the numbers? ( I know I have to transform the numbers into strings)
I just would like to know how it works. e.g t = 71 ; c = (t-32)/1.8 ; hey = ['The temperature is , c , 'C'] #...
oltre 10 anni fa | 1 risposta | 0