Respondida Legend for a image
try this,
if true
legend('image 1','image 2')
end
más de 7 años hace | 0
Respondida Converting Python to Matlab
I have the code in python
n=6;
for a, b in product(range(n), range(n))
i need this code in matlab. if anyone k...