Statistica
RANK
6.526
of 295.527
REPUTAZIONE
6
CONTRIBUTI
6 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
6
RANK
of 154.057
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
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 5 risposte | 6
5
rispostelsqnon - 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 ...
oltre 13 anni fa | 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 ...
oltre 13 anni fa | 0
Domanda
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...
oltre 13 anni fa | 5 risposte | 0
5
rispostematlab 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...
quasi 14 anni fa | 0
Domanda
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...
quasi 14 anni fa | 3 risposte | 0
3
risposteplot 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...
quasi 14 anni fa | 0
Domanda
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...
quasi 14 anni fa | 3 risposte | 0