How do one introduce a vector evaluation within a Matlab loop?

1 view (last 30 days)
How do one introduce a function evaluation within a Matlab loop? For example I have y=y^2*x, z=yxz^4 in the interval (0,1). How do I introduce a function x=sqrt(x)*y*z when k=5?
Note that k=1:N, where N>>1.

Answers (0)

Categories

Find more on Loops and Conditional Statements 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!