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