i need help creating this function

hello guys i want to create a function that follows this pattern
and works the same for as many numbers i insert [(x2-x1)/x1]*100

3 comentarios

darova
darova el 22 de Abr. de 2020
Please show your attempts. Show your effort. Show how much you want it
David Hill
David Hill el 23 de Abr. de 2020
Look at diff() function.
Johnny Vokos
Johnny Vokos el 23 de Abr. de 2020
Just to know i was yesterday with a friend of mine and we tryed to make this with WHILE it was possible but we needed the function

Iniciar sesión para comentar.

 Respuesta aceptada

David Hill
David Hill el 23 de Abr. de 2020
diff(x)./x(1:end-1)*100;

3 comentarios

madhan ravi
madhan ravi el 23 de Abr. de 2020
Please don't provide the complete solution to a homework problem.
Johnny Vokos
Johnny Vokos el 23 de Abr. de 2020
It is not homework there some exercises that a friend of mine gave me because i want to learn Matlab language
David Hill
David Hill el 24 de Abr. de 2020
If you are satisfied with the answer, you should accept it to close out the stream.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Abr. de 2020

Comentada:

el 24 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by