(current-namespace (make-namespace)) ;; fresh-namespace, emacs-specific (require (lib "installer.ss" "matlab-interface")) ;; ATTENTION: make sure that the following definitions in 'info.ss' ;; are correct: ;; - matlab-include-directory ;; - matlab-link-libraries ;; test (installer) (installer "c:/bin/plt") ;; test (install) (install) ;; Hello matlab-interface! (require (lib "primitive.ss" "matlab-interface")) (print-matlab-array-info)