フィルターのクリア

A error:No public field ReadSize exists for class matlab.io.​datastore.​TabularTex​tDatastore​.

1 回表示 (過去 30 日間)
Recently, I tried the example below the website.
When I executed the function'saveSensorDataAsMATFiles',
There is a error showing :No public field ReadSize exists for class matlab.io.datastore.TabularTextDatastore.
And the error is in the 32 line of function 'saveSensorDataAsMATFiles'
Whats method can solve it?
thanks.

採用された回答

Aaditya Kalsi
Aaditya Kalsi 2015 年 8 月 24 日
Hello Hsiang-Sheng,
Just a quick question. Are you using MATLAB R2014b? If so, the ReadSize property was added in R2015a and it is called RowsPerRead in R2014b.
  2 件のコメント
KFrenkie
KFrenkie 2015 年 8 月 24 日
編集済み: KFrenkie 2015 年 8 月 24 日
Hi, I am having a problem with the "no public field" as well, it worked in 2014a but not in 2015a: http://www.mathworks.com/matlabcentral/answers/235869-no-public-field-variable-exists-for-class-matlab-ui-container-toolbar-pushtool-error
Hsiang-Sheng Wang
Hsiang-Sheng Wang 2015 年 8 月 24 日
Hello Aaditya,
Thanks for you quick response to me,
You are right. I was using R2014b.
But I just change the ReadSize property to RowsPerRead, appearing same problem.
That seems to update matlab of type to R2015a 0...0
Thanks you again.

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

その他の回答 (1 件)

Kamarul Zaman AR
Kamarul Zaman AR 2016 年 11 月 16 日
What is the solution then for MATLAB 2014b? I read from this link the code was introduce in 2014b https://www.mathworks.com/help/matlab/ref/keyvaluedatastore-object.html?searchHighlight=ReadSize
Is it the same thing?

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by