Simon
Karlsruher Institut für Technologie
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
253.229
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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( ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Strcmp for two different Cells
Hello, is it possible to compare two Cell-Variables with different sizes? Example: var1 = {'A', 'B', 'C'} var2 = {...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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:...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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, ......
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0