How to do this flowchart?

I am having some trouble with the while loop here. It seems like the sorting of my code is not working. I am locating the sorting algorithm outside the while loop.

5 Comments

What sorting are you referring to?
I am reading the capacitor's voltage and doing a sorting to connect the capacitors with lower or higher voltage.
For example:
[B, Ia] = sort(Uc,'ascend'); %Lower voltage submodules
Which: Uc is the capacitor's voltage
It looks to me as if you should be using min() and max() instead of sort() ?
Because I need all the capacitor voltages
No, the flowchart requires connecting or bypassing the highest or lowest among the voltages. That does not require sorting, just min() or max()

Sign in to comment.

Answers (0)

Categories

Find more on Gravitation, Cosmology & Astrophysics in Help Center and File Exchange

Asked:

on 20 Aug 2020

Commented:

on 20 Aug 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!