Vector form of the function

Hi!
Can you please help me to write this function in vector form without loop?
F - matrix n x m; U - matrix 1 x n; V - matrix 1 x m; f, x, y - functions,
Thanx!
for i = 1:n
for j = 1:m
F(i,j) = f(x(U(i), V(j)), y(U(i),V(j)));
end
end

Respuestas (0)

Categorías

Más información sobre Parallel Computing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Dic. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by