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 Comments

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

Sign in to comment.

 Accepted Answer

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

3 Comments

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.

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!