MATLAB - How to plot x,y on an image and save?

后端 未结 1 396
难免孤独
难免孤独 2020-12-11 14:09

File datafile.txt

code  x     y
23    22.1  33.11
23    110   22
23    11    200 
24    111   321
24    222   111
24    10    22.1
10    88.3  99.3
10    11         


        
相关标签:
1条回答
  • 2020-12-11 14:24

    There are numerous ways:

    • Superimposing line plots on images

    • Can I use a JPEG file as a background in a MATLAB plot?

    • How do I add a background image to my GUI or figure window?

    And there's always some kind of problem with adjusting the axes afterwards.

    0 讨论(0)
提交回复
热议问题