how to use helperGaitPlot?

8 visualizaciones (últimos 30 días)
Matlaber
Matlaber el 22 de En. de 2019
Comentada: Star Strider el 5 de Feb. de 2019
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
Matlaber
Matlaber el 28 de En. de 2019
Is the same
C:\Users>List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*')) List Folder
'List' is not recognized as an internal or external command,
operable program or batch file.
C:\Users>List.folder
'List.folder' is not recognized as an internal or external command,
operable program or batch file.
C:\Users>List = dir(fullfile(matlabroot, '**', 'helperGaitPlot.*'))
'List' is not recognized as an internal or external command,
operable program or batch file.
Jan
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.

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 28 de En. de 2019
Try this:
query = which('HelperGaitPlot.m')
When I run it, I get:
query =
'C:\Users\<MyUserNameOnThisComputer>\Documents\MATLAB\Examples\signal\GaitAnalysisExample\helperGaitPlot.m'
I am also running R2018b.
  10 comentarios
Matlaber
Matlaber el 5 de Feb. de 2019
thanks.
I guess you are using matlab version 2018b.
i just wondering how to use this function "helperGaitPlot" which i cannot find information online.
Star Strider
Star Strider el 5 de Feb. de 2019
If I remember correctly, it just loads and displays the file. It doesn’t do any processing, so you’re not missing anything by not having it.

Iniciar sesión para comentar.

Más respuestas (2)

Matlaber
Matlaber el 27 de En. de 2019
It still not working even with Matlab version 2018b.
It said:
Undefined function 'helperGaitPlot' for input arguments of type 'char'.
  3 comentarios
Jan
Jan el 29 de En. de 2019
This means, that you have installed the Signal Processing Toolbox, but either no license for it or removed it from Matlab's path.
Matlaber
Matlaber el 29 de En. de 2019
Sorry, my Matlab version is 2017b

Iniciar sesión para comentar.


Jan
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.
  2 comentarios
Matlaber
Matlaber el 28 de En. de 2019
I typed in Matlab's command window, here is it:
>> helperGaitPlot('als1m')
Undefined function or variable 'helperGaitPlot'.
Matlaber
Matlaber el 28 de En. de 2019
The first code for the link is:
helperGaitPlot('als1m');
xlim([0 30])

Iniciar sesión para comentar.

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by