Community Profile

MEXICO


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

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

11 years ago | 0

Question


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.

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

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

11 years ago | 0

Question


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

11 years ago | 3 answers | 0

3

answers