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 Commenti

darova
darova il 22 Apr 2020
Please show your attempts. Show your effort. Show how much you want it
Look at diff() function.
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

Accedi per commentare.

 Risposta accettata

diff(x)./x(1:end-1)*100;

3 Commenti

Please don't provide the complete solution to a homework problem.
It is not homework there some exercises that a friend of mine gave me because i want to learn Matlab language
If you are satisfied with the answer, you should accept it to close out the stream.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by