This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
swig
Watch
1
Star
0
Fork
You've already forked swig
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f8ed9d71a7
swig
/
Examples
/
octave
/
module_load
History
Download ZIP
Download TAR.GZ
Karl Wette
64ad3f0ca8
Examples/octave/module_load/runme.m: update 'exist()' statements for Octave >= 4.4
2018-05-12 22:25:07 +10:00
..
example.c
Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette)
2011-08-31 20:50:59 +00:00
example.h
Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette)
2011-08-31 20:50:59 +00:00
example.i
Octave: turn on autodoc in examples, so that feature is tested
2014-10-04 13:28:46 +02:00
Makefile
Octave: use common example.mk for examples, patterned after javascript
2014-05-29 23:42:55 +02:00
runme.m
Examples/octave/module_load/runme.m: update 'exist()' statements for Octave >= 4.4
2018-05-12 22:25:07 +10:00