how to use helperGaitPlot?
显示 更早的评论
How to use helperGaitPlot
helperGaitPlot('als1m');
xlim([0 30])
when i run, it said:
>> helperGaitPlot('als1m');
xlim([0 30])
Undefined function or variable 'helperGaitPlot'.
In this link Link
I checked, is not about Matlab version
9 个评论
Jan
2019-1-22
Do you have the Signal Processing Toolbox?
Matlaber
2019-1-22
Jan
2019-1-28
Please post, why you assume this. Do you find helperGaitPlot.m inside Matlab's installation folder using the file explorer of your operating system? Or maybe:
List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*'))
List.folder
Are you able to run other examples of the Signal Processing Toolbox?
Currently all we know, is that Matlab cannot find a certain function on your computer. Beside bold guessing, there is nothing we can do. Please try to find and to post more information. Obviously something goes wrong, than "I checked, is not about Matlab version" is less useful than posting, how you have checked this. Maybe this test is flawed.
Matlaber
2019-1-28
Jan
2019-1-28
You have explained: "Definetly have", but now you do not know what the SPT is? Confusing. The Signal Processing Toolbox is a toolbox provided by MathWorks. You can see, if it is installed, by using the ver command.
You can check, if a function is available, simply by using it. If you get the message, that it is not found, it is not found.
The posted command is easy to use: Simply copy&paste it into the command windows and press Enter. It searchs in the complete installation directory recursively for the file "helperGaitPlot.m". You can search this with the file explorer of your operating system also.
Matlaber
2019-1-28
Jan
2019-1-28
@Hsein Ping Kew: You have to insert both commands:
List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*'))
List.folder
Matlaber
2019-1-28
Jan
2019-1-28
You have to run the shown commands inside Matlab, of course, not in the shell of your operating system. Start Matlab and run the commands in Matlab's command window.
采纳的回答
更多回答(2 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!