How can i write that function to be iterative in Matlab?

How can i write that function to be iterative in Matlab?
Array_list=(rand(size,Dim).*(Up-Low)+Low)
result_list=(rand(size,1).*(Up-Low)+Low)
That function is :

2 Kommentare

It's not entirely clear what you're aiming to do here - doesn't just reduce to ?
If I had to bet, the expression was written incorrectly. The goal is probably to form the expression
sum(array_list./result_list)/sum(1./resultlist)/2
thus with a sum in both the numerator and denominator.
Regardless, it is not clear what is to be iterative about this anyway.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Simulink Control Design finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 7 Mär. 2021

Kommentiert:

am 8 Mär. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by