photo

Giacomo


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
5 回答

ランク
275,331
of 301,811

評判
0

コントリビューション
3 質問
5 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,419

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,692

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 6 件の回答 | 0

6

回答