photo

Simon


Karlsruher Institut für Technologie

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
213 647
of 297 503

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
63.64%

VOTES REÇUS
0

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

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


Read a defined block from text file
Hello, I like to read text from a text file with following structure: Random Text over several lines item( ...

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

1

réponse

Question


Strcmp for two different Cells
Hello, is it possible to compare two Cell-Variables with different sizes? Example: var1 = {'A', 'B', 'C'} var2 = {...

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

2

réponses

Question


Timeout for system function
Hello, I can execute a Python-Script with the MATLAB function system(commandStr). I loop a set of data like: for i=1:...

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

1

réponse

Question


Load listbox content with main form
Hello, I create a GUI with Matlab which contains also a listbox. To fill the list box I have a function (fill_listbox). Wh...

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

1

réponse

Question


ODE stiff and implicit
Hello, I have a set of ODEs. They are stiff (ode15s-solver) and implicit (ode15i). Example: dXdt = dYdt * X^2/Y + dZd...

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

0

réponse

Question


Parfor detailed error message?
Hello, I'm using parfor to run several simulations. After a unknown number of loops the simulation stops: Error using si...

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

1

réponse

Question


Is there an alternative to parfor?
Hello, I run a simulation with several settings. Thus, it is possible to run more than one simulation at one time. I get t...

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

1

réponse

Question


ode15s - accept solution
Hello, I solve an ODE system with the ode15s solver. The system has very big positiv and negative gradients. If a gradient...

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

1

réponse

Question


ODE with variable time vector
Hello, t is my time vector which is defined as t = tstart:dt:tend; The ODE is solved this way: ode15s(@ode, t, ......

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

1

réponse

Question


Compute the top border of an integral
Hello, my function looks like: <</matlabcentral/answers/uploaded_files/37372/integral.png>> Now I like to compute T, I ...

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

1

réponse

Question


How to modify output of an ode?
Hello, my ODE looks like: function [sol] = ode(t,z) A = z(1); B = z(2); C = z(3); if t = 0.01 ...

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

1

réponse