Reading Classdef type classes Using MatIO

2 ビュー (過去 30 日間)
Saad
Saad 2013 年 8 月 20 日
Dear All,
Hopefully you all will be reading this message in best of your health. These days I am working on a project which contains one class def and I want to read this file using MatIO library. I can easily read this file using MatIO library but when I am trying to read the variable it is showing that there is no variable inside the file but as I can see on MATLAB that there is one class which contains several structs variable. I am not getting any idea how to read class using MatIO library. If anyone can point me in right direction then it will be very helpful for me.
classdef Mono_Data
properties
resolution
shutter_speed
filter_data
filter_device
saturation
zero
filter_data_wavelength
dark_noise
slit_size
comments
location
version
id
monochromator_gain
end
methods
.........
.........
.........
end
This is the class def of my class and i want to read the respective variables.
Waiting for a favorable response.
Thanks Regards
  1 件のコメント
per isakson
per isakson 2013 年 8 月 20 日
編集済み: per isakson 2013 年 8 月 20 日
"easily read this file" do you refer to a MAT-file, in which an instance of the class is stored?
" I am not getting any idea " what does the documentation of MatIO say?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by