Borrar filtros
Borrar filtros

Using structure in loop with different fields

2 visualizaciones (últimos 30 días)
naman
naman el 13 de Jun. de 2015
Comentada: Azzi Abdelmalek el 13 de Jun. de 2015
Hi
I have two loops
for i = 1:m
for j = 1:n
hh = call_some_function
end
end
and hh is a structure with three different fields. I want to use hh for all i and j so that I can use it somewhere. How can I do it ?

Respuesta aceptada

Adam
Adam el 13 de Jun. de 2015
hh(i,j) = call_some_function( i, j )

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by