Find duty cycle of DC-DC buck-boost converter in Matrix

1 Ansicht (letzte 30 Tage)
Mansour Hawsawi
Mansour Hawsawi am 10 Sep. 2022
Beantwortet: Joel Van Sickel am 19 Sep. 2022
I need to calulate the duty cycle for buck-boost converter in matrix, I have code as following
vin = randi ([10 100], 1, 100000);
vout = randi ([100 1000], 1,100000)
D= vout/(vout-vin);
when I run the code it just give me one value so I need to know how get the whole value of matrix
when I do the following, D= vout/(vout-vin).
I got error says " Invalid use of operator"

Antworten (1)

Joel Van Sickel
Joel Van Sickel am 19 Sep. 2022
You should use "./" instead of "/", this changes it to a vector operation instead of a matrix operation.

Kategorien

Mehr zu Electrical Block Libraries finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by