Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to read matfile from guide

2 ビュー (過去 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
Walter Roberson
Walter Roberson 2019 年 2 月 20 日
What is the "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