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