Feeds
답변 있음
About saving output at specific time steps with an ODE solver
Tspan is defined seperately as Tspan=[0 1000]. I let the adaptive scheme do its thing and the differential eqs are solved in a f...
About saving output at specific time steps with an ODE solver
Tspan is defined seperately as Tspan=[0 1000]. I let the adaptive scheme do its thing and the differential eqs are solved in a f...
13년 초과 전 | 1
질문
About saving output at specific time steps with an ODE solver
Hi there, I am running matlab ODE function and saving the integrated solution in a file. Each file comes out to be around 1 G...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Symbolic solve giving wierd roots
Hi there, I was trying to solve for a complicated but nevertheless a polynomial equation with the symbolic toolbox. I got a s...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Problem with file loading in for loop
Hi there, I am trying to analyze a bunch of mat files by loading them in a for loop. I am also saving the output in a structu...
거의 14년 전 | 답변 수: 0 | 0
0
답변답변 있음
Reading mat files with variables that have different names
Both methods work like a charm.....that is exactly wat I wanted.....Thanks guys
Reading mat files with variables that have different names
Both methods work like a charm.....that is exactly wat I wanted.....Thanks guys
거의 14년 전 | 0
질문
Reading mat files with variables that have different names
Hi there, I am trying to load a bunch of mat files, the contents of which are CELL variables. For example when I load a file ...
거의 14년 전 | 답변 수: 3 | 0
3
답변답변 있음
About normal random number generator
Hi Walter, I am setting the internal state through the rand('state',sum(100*clock)) but the initial conditions are taken from...
About normal random number generator
Hi Walter, I am setting the internal state through the rand('state',sum(100*clock)) but the initial conditions are taken from...
거의 14년 전 | 0
답변 있음
About normal random number generator
Forgot to add that I am running an Initial value problem on ode15s and my initial conditions are picked from the random number g...
About normal random number generator
Forgot to add that I am running an Initial value problem on ode15s and my initial conditions are picked from the random number g...
거의 14년 전 | 0
질문
About normal random number generator
Hi there, I am running replicas of the same code on multiple machines and have found something strange. Although I clear ever...
거의 14년 전 | 답변 수: 3 | 0
3
답변질문
Help with saving contents of a run every 240 iterations
Hi there, I am solving an ODE problem with ode15s and at present am running the code for random initial conditions 240 times in...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
question abt variable size array in a for loop
Hi there, I am working with an ODE solver inside a for loop and am trying to save every iteration in a variable. The thing is...
대략 14년 전 | 답변 수: 1 | 0