support warning if matlab is not to be found.
This commit is contained in:
parent
a0d2e6f285
commit
01b86d78cc
@ -25,7 +25,10 @@
|
|||||||
|
|
||||||
:- ensure_loaded(library(lists)).
|
:- ensure_loaded(library(lists)).
|
||||||
|
|
||||||
:- load_foreign_files([matlab], ['eng','mx','ut'], init_matlab).
|
tell_warning :-
|
||||||
|
print_message(warning,functionality(matlab)).
|
||||||
|
|
||||||
|
:- ( catch(load_foreign_files([matlab], ['eng','mx','ut'], init_matlab),_,fail) -> true ; tell_warning).
|
||||||
|
|
||||||
matlab_eval_sequence(S) :-
|
matlab_eval_sequence(S) :-
|
||||||
atomic_concat(S,S1),
|
atomic_concat(S,S1),
|
||||||
|
Reference in New Issue
Block a user