TFCEでのestimate操作時のerror

TFCEでのestimate操作時に以下のerrorが出て試行できません。
警告: MATLAB Toolbox Path Cache は無効で使われていません。
詳細は 'help toolbox_path_cache' と入力してください。
>> 'help toolbox_path_cache
??? 'help toolbox_path_cache
|
エラー: MATLAB の文字列定数が、正しく閉じられていません。解決方法を教えて下さい。

2 Comments

最後のエラーメッセージは help の前に ' が入っていることが原因です。
help toolbox_path_cache
と実行してみてください。
Jiro Doke
Jiro Doke on 17 Dec 2017
因みに、そのメッセージはエラーではなく警告なので、その後問題なく起動していたかと思われますが。エラーメッセージ(赤文字)は表示されていますか?

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 17 Dec 2017

Commented:

on 17 Dec 2017

Community Treasure Hunt

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

Start Hunting!