Writing mathematical function in code

4 views (last 30 days)
sissy sissy
sissy sissy on 28 Nov 2019
Commented: Walter Roberson on 28 Nov 2019
Hi! Can somebody help me how to write the following function in Matlab?
(1/2*N)*||x||^2 + (1/2*N) Σ max(0.1-(v(i)*(x0+u(i)*x))^2) with i from 1 up to N
I thought to start from the max but i only know how to calculate the max of a matrix. Should i put the prices of (0.1-(v(i)*(x0+u(i)*x))^2) in a matrix and then find the max?
Thank you.
  3 Comments
sissy sissy
sissy sissy on 28 Nov 2019
Thank you for the answer! I know that x belongs to R^n and that x0 belongs to R.

Sign in to comment.

Answers (0)

Categories

Find more on Surfaces, Volumes, and Polygons 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!