Hi. I think I got this running (I need some further test) on Matlab R2014a. Just unpack, rename all the files to lowercase and download choices.m. If you have Linux it is quite straightforward: a) Unpack the hosa_d.exe file (I used virtualbox for that but probably also wine can do it. I bet that also tar or other utilities can do it somewhat...). b) Follow the instructions in the README.TXT file to add the unpacked folder to the paths. The only difference is that the "Set Path" button is under the HOME tab in the current Matlab versions. c) Open a command prompt on your Linux (probably works also with Mac) box and cd to the unpacked folder. Enter the hosa subfolder and issue this to convert all the filenames from Upper case to Lower case: for f in * ; do mv -v $f `echo $f | tr '[A-Z]' '[a-z]'`; done Do the same in the hosademo folder. d) Go to http://www.maths.lth.se/matstat/wafo/documentation/wafodoc/wafo/misc/choices.html, copy and paste the source code of choices.m in a empty file. Save this file in hosademo as choices.m. You need to get rid of the line numbers: sed 's/^.\{4\}//g' choices.m >> temp This will save a file called temp. Open it, remove the last survived number at the bottom (206) and save it as choice.m, overwriting the old one. This should do the trick, hope it helps.
下载次数 0次 资源类型 其它 上传时间 2016-06-21
已有2人来访过
现在还没有留言