A error:No public field ReadSize exists for class matlab.io.datastore.TabularTextDatastore.
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hsiang-Sheng Wang
il 24 Ago 2015
Risposto: Kamarul Zaman AR
il 16 Nov 2016
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.
0 Commenti
Risposta accettata
Aaditya Kalsi
il 24 Ago 2015
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 Commenti
KFrenkie
il 24 Ago 2015
Modificato: KFrenkie
il 24 Ago 2015
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
Più risposte (1)
Kamarul Zaman AR
il 16 Nov 2016
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?
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!