Feeds
質問
Question of how to solve this problem! for loop
hi every body, im new in matlab and im trying to make a code to solve an engineering problem in oil and gas, in excel is kind ea...
9年弱 前 | 0 件の回答 | 0
0
回答回答済み
closest number to a treshold and greater than it
ok i didnt explain well. i have this vector that is changing every iteration [r1 r2 r3] this values are around 1, but im ...
closest number to a treshold and greater than it
ok i didnt explain well. i have this vector that is changing every iteration [r1 r2 r3] this values are around 1, but im ...
12年以上 前 | 0
質問
closest number to a treshold and greater than it
for example i have r1=0.9 r2=1.1 r3=1.2 i want to to know the r' that is nearest of 1 but greater than it.
12年以上 前 | 2 件の回答 | 0
2
回答質問
getting mldivide error in a common equation!
i dont know what im doing wrong! its a simple equation with no vector and im getting ? ?? Error using ==> mldivide M...
13年弱 前 | 1 件の回答 | 0
1
回答質問
FSOLVE inside for loop to change a parameter and save it
hi guys! i have this problem. i use fsolve to solve 3x3 non linear system and i want to change a parameter "ua" every iteration,...
13年弱 前 | 0 件の回答 | 0
0
回答質問
iterate fsolve and save each iterated result
hi every body. im using fsolve to solve 3x3 non linear system. i have a parameter (velocity) that i want to encrease every time ...
13年弱 前 | 1 件の回答 | 0
1
回答質問
help with functions inside fsolve
hi guys, im new in matlab and i have this questions. im using fsolve for 3x3 non linear equations. so as far i can understand i ...
13年弱 前 | 0 件の回答 | 0
0
回答回答済み
if statements inside a function file and the function called by a for loop
thanks for the answers, this is just a test of a complex function , but my problem is in the if statements. x is a vector 1:k (k...
if statements inside a function file and the function called by a for loop
thanks for the answers, this is just a test of a complex function , but my problem is in the if statements. x is a vector 1:k (k...
13年弱 前 | 0
質問
if statements inside a function file and the function called by a for loop
hi every body im new in matlab and i have this script clear all format long k=100; dx=1; x=zeros(k,1); y=zeros(k,1)...
13年弱 前 | 3 件の回答 | 0
