How do i create a custom function for sensitivity analysis
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
per isakson
2019 年 4 月 28 日
編集済み: per isakson
2019 年 4 月 28 日
"But it does not work." In what way does it fail to work?
Image Analyst
2019 年 4 月 28 日
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".
Marc Saade
2019 年 4 月 28 日
編集済み: per isakson
2019 年 4 月 28 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!