photo

Giacomo


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
5 Risposte

RANK
174.257
of 301.781

REPUTAZIONE
0

CONTRIBUTI
3 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.420

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 176.526

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

Visto da

Risposto
A problem with an iteration procedure
This is the last part of the code: nciclo=0; while max(max(abs(err1))) > 0.0001 | max(max(abs(err))) > 0.0001 a=a...

oltre 13 anni fa | 0

Domanda


A problem with an iteration procedure
Hi everyone. I'm writing an iteration procedure that should calculate some values until the difference X(i,j)-Y(i,j)<0.000...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Risposto
How to interpolate these values?
I tried with: for i=1:length(r) for j=1:n+1 CL(i,j) = interp2(Reynolds,alfa,values,Re(i,j),alpha(i,j)); end en...

oltre 13 anni fa | 0

Risposto
How to interpolate these values?
Ok, I wrote: load cl.txt alfa=cl(2:61,1); Reynolds=cl(1,2:8); values=cl(2:61,2:8); And if I ask CL(150,1...

oltre 13 anni fa | 0

Domanda


How to interpolate these values?
Hi everyone. I have a table like this: <<http://i46.tinypic.com/35215qf.jpg>> Well, I have to calculate for example the...

oltre 13 anni fa | 3 risposte | 0

3

risposte

Risposto
A problem with While command...
I modified the code as you suggested and seems to work or at least it doesn't crash. Thank you so much.

oltre 13 anni fa | 0

Risposto
A problem with While command...
Thanks for helping me. I just started using Matlab. So, this is the entire code: close all clear all clc %Carico dati...

oltre 13 anni fa | 0

Domanda


A problem with While command...
Hi everyone, I have a problem using While command so Matlab becomes busy. This is a part of code (the variables are all d...

oltre 13 anni fa | 6 risposte | 0

6

risposte