Dear 版主,
可能是我遺漏某些細節, 但是我目前仍然無法查出問題.
我已確認過, 在 vandermonde.sci file中, 有進行相關的function宣告
function [v] = vandermonde(x)
附件為我所簡化的程式模型
以便顯示問題
以下為執行過程紀錄:
-->genlib( 'TB01' , 'D:\Toolbox\TB1', %t)
ans =
T
-->load('D:\Toolbox\TB1\lib')
執行結果
xx =
0. 1. 2. 3.
V = vandermonde(xx) //Get Vandermonde matrix for xx()
!--error 4
未定義變數 : vandermonde
at line 23 of exec file called by :
exec('D:\ScilabUser\libTest\Main.sce', -1)
以上問題請教
謝謝
Best Regards,
Albert Liu
6/5/2013