how to use helperGaitPlot?
Mostrar comentarios más antiguos
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 comentarios
Jan
el 22 de En. de 2019
Do you have the Signal Processing Toolbox?
Matlaber
el 22 de En. de 2019
Jan
el 28 de En. de 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
el 28 de En. de 2019
Jan
el 28 de En. de 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
el 28 de En. de 2019
Jan
el 28 de En. de 2019
@Hsein Ping Kew: You have to insert both commands:
List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*'))
List.folder
Matlaber
el 28 de En. de 2019
Jan
el 28 de En. de 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.
Respuesta aceptada
Más respuestas (2)
Jan
el 28 de En. de 2019
Let me guess: You typed
helperGaitPlot('als1m')
in the command shell of the operating system? Then the problem is clear: Run it inside Matlab. Start Matlab and type the commands in Matlab's command window.
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!