help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

import command


From: ALI Khan
Subject: import command
Date: Tue, 26 May 2015 13:32:20 +0200

Hallo Concerend,

I have used import function to import a package for my coding script

Reference to import function is http://stackoverflow.com/questions/17600696/import-function-in-octave

Consider +pfft to be my folder that i have imported. If I try to implement the following command:

pfft(@inv_r,basis);

It gives me an error....

error: @inv_r: no function and no method found
error: called from
    induct at line 231 column 9
    pmag at line 148 column 11
    Example at line 27 column 7
error: evaluating argument list element number 1
error: called from
    induct at line 231 column 9
    pmag at line 148 column 11
    Example at line 27 column 7


I have made sure that inv_r function is present in my imported +pfft folder. The same command [pfft(@inv_r,basis) ]in matlab works fine with no errors.



Would be thankful if someone can help me ....

--
Your sincerely;
Engineer Mohammad Ali Khan
Master of Science in Computational Engineering (Mechatronics)
University of Erlangen, Bavaria
Germany

reply via email to

[Prev in Thread] Current Thread [Next in Thread]