Community Profile

photo

Salman Saeed


MathWorks MOOC Program

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to iterate a differential equation in matlab?
I need to iterate a differential equation until the output (the value of p) converges. Here is the code I wrote; threshold =...

8 years ago | 1 answer | 0

1

answer

Question


For Loop taking too long to execute.
My for loops are taking too long to execute. I am writing my code here. Is there any possibility of improving my code so that it...

8 years ago | 1 answer | 0

1

answer

Question


Stop Itration of a matric when it converges
My matrix is iterating with each element using same equation. I want to stop the iteration at convergence. My code (below) is no...

8 years ago | 1 answer | 0

1

answer

Question


Parallel Iterations of all the elements in an array.
I want to iterate all the elements independently (same condition for all elements though). I want to stop the iteration when the...

8 years ago | 0 answers | 0

0

answers

Question


How to stop an Iteration when the output converges (stops changing)
I have 2048 master equations, dp/dt = Tj - Ti(p) for 2048 states of a network where p is the probability at a specific time. Ini...

9 years ago | 2 answers | 0

2

answers