Home
last modified time | relevance | path

Searched refs:OCTAVE_VERSION (Results 101 – 125 of 237) sorted by relevance

12345678910

/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Dload_fisheriris.m29 if exist('OCTAVE_VERSION','builtin')
H A Dcov.m76 if ~exist('OCTAVE_VERSION','builtin') && ~isempty(Y) && (size(X,2)+size(Y,2)~=2),
H A Dhisto3.m85 if exist('OCTAVE_VERSION') >= 5,
/dports/math/octave-forge-stk/stk/inst/misc/plot/
H A Dstk_plot_shadedci.m52 if exist ('OCTAVE_VERSION', 'builtin')
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsupdec/
H A Dpostpad.m84 %! if (compare_versions (OCTAVE_VERSION (), "4.0.0", ">="))
H A Dprepad.m84 %! if (compare_versions (OCTAVE_VERSION (), "4.0.0", ">="))
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Dpostpad.m90 %! if (compare_versions (OCTAVE_VERSION (), "4.0.0", ">="))
H A Dprepad.m90 %! if (compare_versions (OCTAVE_VERSION (), "4.0.0", ">="))
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/demo/
H A Ddemo11.m21 if exist('OCTAVE_VERSION','builtin')
/dports/science/dynare/dynare-4.6.4/contrib/jsonlab/
H A Dsavejson.m107 opt.IsOctave=exist('OCTAVE_VERSION','builtin');
177 if(~exist('OCTAVE_VERSION','builtin') && istable(item))
574 isoct=exist('OCTAVE_VERSION','builtin');
576 vv=sscanf(OCTAVE_VERSION,'%f');
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t310_ERDSMaps/
H A DplotErdsMap.m116 if ~exist('OCTAVE_VERSION','builtin')
252 if exist('OCTAVE_VERSION','builtin')
/dports/math/octave-forge-nan/nan-3.6.1/src/
H A Dmake.m46 if strcmp(computer,'PCWIN') && ~exist('OCTAVE_VERSION','builtin'),
/dports/math/octave-forge-oct2mat/oct2mat-1.0.7/inst/
H A Dfreetb4matlab.m49 if exist('OCTAVE_VERSION','builtin');
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@double/
H A Dcosint.m27 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
H A DchebyshevT.m31 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Ddouble.m29 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
H A Dezplot3.m127 %! if (exist ('OCTAVE_VERSION', 'builtin'))
/dports/math/octave/octave-6.4.0/scripts/java/
H A Djavamem.m45 ## @file{@w{@env{OCTAVE_HOME}}/share/octave/@w{@env{OCTAVE_VERSION}}/m/java/}).
/dports/math/nfft/nfft-3.5.2/
H A Dmacos-build-mex.sh60 …e-cli --eval "fprintf('OCTAVE_VERSION=%s\n', version); exit;" | grep OCTAVE_VERSION | gsed 's/OCTA…
/dports/math/casadi/casadi-3.5.5/test/matlab/
H A Dexport_tests.m3 is_octave = exist('OCTAVE_VERSION', 'builtin') ~= 0;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddefaults.cc503 return ovl (OCTAVE_VERSION);
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dadb2event.m49 if exist('OCTAVE_VERSION')==5
/dports/audio/libsndfile/libsndfile-1.0.31/Octave/
H A DMakefile.in249 OCTAVE_VERSION = @OCTAVE_VERSION@
/dports/math/octave/octave-6.4.0/scripts/help/
H A Ddoc_cache_create.m69 save_header_format_string (["# doc-cache created by Octave " OCTAVE_VERSION], "local");
/dports/math/octave-forge-parallel/parallel-4.0.1/src/
H A Dp-control.cc410 tp_octave_binary = tp_octave_binary_no_ver + "-" + OCTAVE_VERSION; in set_executable()

12345678910