November 30, 2006

Matlab Web Server Error: recv1() error: 10054

這錯誤訊息在自動美化系統一直無法解決,也確認過Matlab程式是沒有問題的。
搜尋這錯誤訊息Error: recv1() error: 10054,找到MathWorks的說明。可是其中的方式仍是有誤,應該為下列方式:
1. Shut down all instances of MATLAB.
2. Open a System Command Prompt, change to the bin\win32 subdirectory of your MATLAB 7.0 installation directory. For example:
cd c:\matlab7\webserver\bin\win32
3. Type the following command:
.\matlabserver /regserver
這樣就可以讓Matlab Web Server運作正常,不用一直重新開機。

Posted by philipz at 09:36 PM | Comments (0)