i want to ask that how to write this in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Azzi Abdelmalek
el 19 de Ag. de 2016
s=[]
for r=1:R
for y=1:Y
for x=1:X
for o=1:O
s=s+...
end
end
end
end
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!