how to assign a particular value and show it on a intersection point
Info
This question is closed. Reopen it to edit or answer.
Show older comments
axis([0 4 0 5])
for i=1:n
for j=1:m
mapshow(i,j,'Marker','*')
end
end
1 Comment
Devineni Aslesha
on 24 Aug 2020
Give more elaboration to your question so that it helps me to provide you an appropriate answer. Also, try to explain on what you are trying to do with the above code.
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!