Info

This question is closed. Reopen it to edit or answer.

function with increasing variables?

1 view (last 30 days)
Ahmed
Ahmed on 10 Sep 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
I have a function
F=x^2+1
I want to create a vector of n
this vector has the form
Vf=[F(x(1))+F(x(1)-x(2));
F(x(1)-x(2))+F(x(2)-x(3));
...]
Which matlab Function will help me?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!