📅  最后修改于: 2022-03-11 14:55:06.443000             🧑  作者: Mango
load('.mat');
A=;
%I assume you have a matrix in the .mat file, otherwise insert the name
of the data you need to load
%Alternative way:
variables = load('.mat');
A=variables';