Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How do i create a custom function for sensitivity analysis
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying to do a sensitivity analaysis on a circuit voltage signal. What i want to do is to observe the sensitivity of the RMS signal whenever i try to change a parameter.
In order to do that i have to create a custom function.
the custom function that i wrote is:
function y=getRMS(u)
y=rms(u);
end
But it does not work.
Can anyone tell me how to write a custom function for sensitivity analysis
3 Kommentare
Image Analyst
am 28 Apr. 2019
How is u computed from the parameter you're going to change? What is the changing parameter called? For example, it's called "theParameter" and "u" is some vector that is built using that value of "theParameter".
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!