SWITCH expression must be a scalar or string constant.
3 ビュー (過去 30 日間)
古いコメントを表示
I have tried to install Math Convnet toolbox. I am follwing the instructions in http://www.vlfeat.org/matconvnet/quick/. when i use the comment " run matlab/vl_compilenn", (third comment) i am getting the following error.
SWITCH expression must be a scalar or string constant.
Error in vl_compilenn (line 181) switch opts.imageLibrary
Error in run (line 64) evalin('caller', [script ';']);
Kindly help me. Thanks in advance.
6 件のコメント
Tyler Clark
2016 年 9 月 16 日
編集済み: Tyler Clark
2016 年 9 月 16 日
nothing comes up. Im using MATLAB 2013a could that make a difference?
Image Analyst
2016 年 9 月 16 日
I don't know. Your best approach is to contact the author of that toolbox.
回答 (1 件)
Walter Roberson
2016 年 7 月 2 日
That code is only for 64 bit architectures; I suspect you are trying to run it with 32 bit MATLAB.
2 件のコメント
Walter Roberson
2017 年 7 月 3 日
You would need R2015b or earlier to run the 32 bit version.
However, it appear to me that the current versions of matconvnet should be suitable for 64 bit versions.
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!