Community Profile

photo

Giacomo


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

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

11 years ago | 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...

11 years ago | 2 answers | 0

2

answers

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

11 years ago | 0

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

11 years ago | 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...

11 years ago | 3 answers | 0

3

answers

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

11 years ago | 0

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

11 years ago | 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...

11 years ago | 6 answers | 0

6

answers