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

2 ビュー (過去 30 日間)
Mansour Hawsawi
Mansour Hawsawi 2022 年 9 月 10 日
回答済み: Joel Van Sickel 2022 年 9 月 19 日
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"

回答 (1 件)

Joel Van Sickel
Joel Van Sickel 2022 年 9 月 19 日
You should use "./" instead of "/", this changes it to a vector operation instead of a matrix operation.

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by