photo

Giacomo


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

3 Questions
5 Réponses

RANG
174 254
of 301 778

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 418

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 499

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

Feeds

Afficher par

Réponse apportée
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...

plus de 13 ans il y a | 0

Question


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...

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

2

réponses

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Question


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...

plus de 13 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
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.

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Question


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...

plus de 13 ans il y a | 6 réponses | 0

6

réponses