Community Profile

photo

marvin corado


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
loops
i tried and here is the result. Really what i am after is the M for which z is equal to A. That is really what i am after. i mod...

13 years ago | 0

Answered
loops
well i initially put 1e-4 but it did not give me any answer. so i decreased it and then increased it until i got something. I wa...

13 years ago | 0

Question


loops
ok i made my self a simpler code. what i am trying to accomplish is for MatLab to give me the M at which A and z are equal. Here...

13 years ago | 5 answers | 0

5

answers

Answered
For loope small increments
should i start a new one? with my question above?

13 years ago | 0

Answered
For loope small increments
ok but my problem seems to be something else then because my code is supposed to increment M starting at 2 and increment it .000...

13 years ago | 0

Answered
For loope small increments
yes matt you are right, since the answer was printed in the command window and it always started at 2.910, but when i add the pu...

13 years ago | 0

Question


For loope small increments
I cannot seem to find the solution to this problem. I write a for loop and i tell it to increment by a small value, but instead ...

13 years ago | 5 answers | 0

5

answers

Answered
while loops
ok what would establish the tol.. is it something i choose or something that needs to be calculated? thank you

13 years ago | 0

Answered
while loops
ok i read it and its helpful. I tried implementing a solution by using areEssentiallyEqual = abs(a-b) < tol like they say...

13 years ago | 0

Answered
while loops
sorry i meant to put it like this. mx=1; while mx<3.0 mx=mx+1; sum=mx*2; summ =4;...

13 years ago | 0

Question


while loops
First time posting. Excuse if i do not post correctly. My problem is with a while loop. I created my self a short while loop t...

13 years ago | 6 answers | 0

6

answers