photo

Giacomo


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
5 个回答

排名
275,333
of 301,813

声誉
0

贡献数
3 个提问
5 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,420

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,705

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 0

已回答
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 前 | 0

提问


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 前 | 3 个回答 | 0

3

个回答

已回答
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 前 | 0

已回答
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 前 | 0

提问


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 前 | 6 个回答 | 0

6

个回答