photo

Giacomo


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
5 답변

순위
174,271
of 301,800

평판
0

참여
3 질문
5 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,411

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,593

참여
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

답변