Estadística
6 Preguntas
5 Respuestas
CLASIFICACIÓN
6.526
of 295.569
REPUTACIÓN
6
CONTRIBUCIONES
6 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Vary TolX for different parameters
Dear all, is it possible to define different TolX to be used with ode15s, for different parameters? In my code, I solve fo...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
change operators position increase computational cost
Dear all, I noticed a strange (to me) behavior in my code. I'm solving a system of ODEs using ODE15s. The following term 'prefa...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
editor multiple tabs
Hello everybody, I am currently working with Matlab on two different machines. In one of these, all the opened m files are on...
más de 13 años hace | 5 respuestas | 6
5
respuestaslsqnon - take larger steps
I tried fminunc, it takes slightly larger steps (it changes the initial condition by 1e-3 instead of 1e-6), but still, whatever ...
más de 13 años hace | 0
lsqnon - take larger steps
Thanks Gabo, here some lines of code: options = optimset('Display','iter','TolX',1e-6,'TolFun',1e-6); %I have tried also 1e-3 ...
más de 13 años hace | 0
Pregunta
lsqnon - take larger steps
Dear all, I'm trying to use lsqnonlin to minimize the difference between the output of a model and experiments, in order to det...
más de 13 años hace | 5 respuestas | 0
5
respuestasmatlab matrix to ascii with blank rows
Thnks, fprint works perfectly: A = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5]; B = [10 20 30 40 50]; t = [10...
casi 14 años hace | 0
Pregunta
matlab matrix to ascii with blank rows
Hello, I'm trying to export a matrix to ascii file, to then plot it using GNUPLOT. To plot a surface, I would need a matrix w...
casi 14 años hace | 3 respuestas | 0
3
respuestasplot 2 vectors in 3D plot
FOUND: A = [1 2 3 4 5 6 7 8 9 10]; B = [5 4 3 2 1 1 2 3 4 5]; C = ones(1, length(A)); D = 2.* ones(1, length(A)); figur...
casi 14 años hace | 0
Pregunta
plot 2 vectors in 3D plot
Hello everybody, I would like to plot 2 vectors, but the second one should be shifted, in order to have a 3D plot with two li...
casi 14 años hace | 3 respuestas | 0