Antworten (2)

Ganesh Hegade
Ganesh Hegade am 25 Okt. 2016
Bearbeitet: Ganesh Hegade am 25 Okt. 2016

0 Stimmen

HI,
Please do the following changes and check.
x = (b/ (1.2 + 0.01));
x = fix(x);
y = (c / (0.6 + 0.01));
y = fix(y);
z = x * y;
z = fix(z);
similarly,
o = (b/ (0.6 + 0.01));
o = fix(o);
p = (c / (1.2 + 0.01));
p = fix(p);
q = o * p;
q = fix(q);
For number of modules:
nNumnerOfModule = a * max(z,q);
Please set this to handle of NUMBER OF MODULE
Thanks.
Muhammad Farhan  Aslam
Muhammad Farhan Aslam am 12 Dez. 2021

0 Stimmen

x = (b/ (120+ 120));
x = fix(x);
y = (c / (0.6 + 0.01));
y = fix(y);
z = x * y;
z = fix(z);

Kategorien

Mehr zu Simscape Electrical finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by