Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to read matfile from guide

1 次查看(过去 30 天)
Chandra Bhushan
Chandra Bhushan 2019-2-19
关闭: MATLAB Answer Bot 2021-8-20
Dear all,
I have a mat file that consist of timetable data of 705 x 3
I created a button using Guide
Now i want to load this data in matlab workspace as well as store teh data in a variable say S.
I gave the follwing code in call back
load sensorlog_20190126_101635.mat
but not getting the variable loaded

回答(1 个)

Walter Roberson
Walter Roberson 2019-2-19
The variable is being loaded in the workspace of the callback . You need to think more about which workspace you need the variable to be in .
Using the base workspace is not best practice .
  2 个评论
Chandra Bhushan
Chandra Bhushan 2019-2-20
I want it to load in matlab environment workspace

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by