How do I use cdiff function in Matlab 2020?

3 visualizaciones (últimos 30 días)
Yasamin Nouri Jelyani
Yasamin Nouri Jelyani el 22 de Ag. de 2020
Respondida: madhan ravi el 22 de Ag. de 2020
I have a function to calculate velocity:
>> x = [0:0.05:20];
>> y = cos(t);
>> velocity = cdiff(y,0.05);
I get the following error:
Unrecognized function or variable 'cdiff'
I am using MATLAB 2020.
I wanted to find the derivative of the function, but it says cdiff is not a function. I was wondering if I need to import a module for cdiff to work

Respuesta aceptada

madhan ravi
madhan ravi el 22 de Ag. de 2020

Más respuestas (0)

Categorías

Más información sobre Mathematics 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