Why MatLab figure change size everytime when I open saved figure in fig extention?

6 views (last 30 days)
Hi,
I am a new user in MatLab. I am calling dat file and plotting graphs as follow:
f=dlmread('data.dat'); plot(f(:,1),f(:,2))
and I saved the figure in fig format, i.e., say figure.fig. When I open the this saved figure for editing, every time the size of the figure is changing.
Can anybody help me in this regard?

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!