How do I specify which toolbox a function should be used from?
显示 更早的评论
Hi there,
I am trying to use the "freqresp" function from the RF toolbox to calculate the response of a RFmodel object. However, I have realise that "freqresp" could come from RF toolbox as well as the Control toolbox. My questions are:
1. Will MatLab knows which is the correct one to be used for my script? 2. How can I find out which one is actually being used? 3. Can I specify in my script which toolbox will need to be used before the line of code that has "freqresp", and then switch back to whatever default path order of the toolbox I have in the installation. (FYI: my default path order has Control toolbox before RF toobox)? 4. When using "freqresp", should be input freq vector in Hz or rad/s? 5. "rationfit" in RF toolbox seems to require freq in Hz. Is it correct? The help menu is not clear to me.
Thank you for your help in advance, Simon
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tuning, Analysis, and Validation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!