how to assign a particular value and show it on a intersection point

axis([0 4 0 5])
for i=1:n
for j=1:m
mapshow(i,j,'Marker','*')
end
end

1 Comment

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

Asked:

on 20 Aug 2020

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!