photo

Giacomo


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
5 Answers

RANK
174,259
of 301,783

REPUTATION
0

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,420

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,544

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

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

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

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

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

13 years ago | 6 answers | 0

6

answers