フィルターのクリア

Info

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

Writeable did not match any valid parameter of the parser

1 回表示 (過去 30 日間)
Muaaman
Muaaman 2014 年 12 月 16 日
閉鎖済み: Muaaman 2014 年 12 月 16 日
In the GUIDE GUI.m file, I have a screen where I need to define a cell array variable that needs to be updated (add +1 to one of its elements) depending on which choice the user selects.
A code like this:
filename = 'participants.mat';
m = matfile(filename,'Writeable',isWriteable);
participantData = m.participantData;
Is giving me this error:
Error using matlab.io.MatFile (line 397)
Argument 'Writeable' did not match any valid parameter of the parser
I placed this in the OpeningFcn of the GUIDE GUI.
Input would be greatly appreciated.
  1 件のコメント
Muaaman
Muaaman 2014 年 12 月 16 日
Resolved: the problem here I believe was it is not suppose to be 'Writeable' but rather 'Writable', and it should say 'true' instead of 'isWriteable'.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by