How can I plot a python equivalent list of tuples in matlab?

If I have a list of (x,y) coordinates in python, for example points=[(38.5,647),(25.4,621),(34.7,873)], how can I create a list of coordinates and then plot them?

Answers (1)

Asked:

on 10 Sep 2020

Answered:

on 10 Sep 2020

Community Treasure Hunt

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

Start Hunting!