how to use helperGaitPlot?
Ältere Kommentare anzeigen
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 Kommentare
Jan
am 22 Jan. 2019
Do you have the Signal Processing Toolbox?
Matlaber
am 22 Jan. 2019
Jan
am 28 Jan. 2019
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
am 28 Jan. 2019
Jan
am 28 Jan. 2019
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
am 28 Jan. 2019
Jan
am 28 Jan. 2019
@Hsein Ping Kew: You have to insert both commands:
List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*'))
List.folder
Matlaber
am 28 Jan. 2019
Jan
am 28 Jan. 2019
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.
Akzeptierte Antwort
Weitere Antworten (2)
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!