Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How simulink function passes the input parameter to matlab?

2 Ansichten (letzte 30 Tage)
Luiz Souza
Luiz Souza am 7 Apr. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello, i am trying to get the RMS value from an AC voltage source in simulink (discrete formula)
I'm using voltage sensor and rate transition to discretize, however, i don't understand what the rate transition passes to my matlab function.
Using sample period as 0,00001, i understand i should receive, as output, a vector v(sample).
Thing is: i have to sum the square of all the values collected during one period and divide by the number of samples, but how do i do that?
If the input is called "u", i can't, for example, sum u(1)+u(2), since MATLAB function only recognizes u(1), saying that u(2) is another input
How can i do that?
Thanks

Antworten (0)

Diese Frage ist geschlossen.

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by