Matlab modifies the data of *.mat.

>> load('Map1.mat')
>> modify the data in the map,
>> save ('Map1.mat','map')
>> 
 

It can be directly copied from an excel sheet or other two-dimensional tables.

Guess you like

Origin blog.csdn.net/huzia/article/details/124914833