plateform
stringclasses
1 value
repo_name
stringlengths
13
113
name
stringlengths
3
74
ext
stringclasses
1 value
path
stringlengths
12
229
size
int64
23
843k
source_encoding
stringclasses
9 values
md5
stringlengths
32
32
text
stringlengths
23
843k
github
chemeris/wimax-scanner-master
CTC_interleaver.m
.m
wimax-scanner-master/matlab/CTC_interleaver.m
2,528
utf_8
35f5f8e1c5b8b8cd3409ebeae2326b7d
% CTC interleaver. This is a part of 802.16e CTC encoder. % % Copyright (C) 2011 Alexey Ostapenko % % This library is free software; you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public % License as published by the Free Software Foundation; either % version 2.1 of the Li...
github
chemeris/wimax-scanner-master
subblock_interleaver.m
.m
wimax-scanner-master/matlab/subblock_interleaver.m
1,385
utf_8
60b5983663003927f600780721b1dc97
% Copyright (C) 2011 Alexey Ostapenko % % This library is free software; you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public % License as published by the Free Software Foundation; either % version 2.1 of the License, or (at your option) any later version. % % This librar...
github
chemeris/wimax-scanner-master
find_preamble.m
.m
wimax-scanner-master/matlab/find_preamble.m
3,049
utf_8
1f2e629094b1ccb29a183ad834d59594
% Copyright (C) 2011 Alexey Ostapenko % % This library is free software; you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public % License as published by the Free Software Foundation; either % version 2.1 of the License, or (at your option) any later version. % % This librar...
github
chemeris/wimax-scanner-master
decode_DL_MAP_CTC.m
.m
wimax-scanner-master/matlab/decode_DL_MAP_CTC.m
3,071
utf_8
71778f0470f7efdf59850d3577382a86
% Copyright (C) 2011 Alexey Ostapenko % % This library is free software; you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public % License as published by the Free Software Foundation; either % version 2.1 of the License, or (at your option) any later version. % % This librar...
github
jks-prv/Beagle_SDR_GPS-master
IQInputFilter.m
.m
Beagle_SDR_GPS-master/extensions/DRM/dream/IQInputFilter.m
3,816
utf_8
0f148c65b238e36511fc5dae17143f7b
%******************************************************************************\ %* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik %* Copyright (c) 2001-2014 %* %* Author: %* Volker Fischer, modified by David Flamand (bandwith increased) %* %* Description: %* Hilbert Filter for I / Q input %* %***...
github
jks-prv/Beagle_SDR_GPS-master
TimeSyncFilter.m
.m
Beagle_SDR_GPS-master/extensions/DRM/dream/sync/TimeSyncFilter.m
5,114
utf_8
fe009e4fd126bd36bd065e8031b1c4a4
%******************************************************************************\ %* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik %* Copyright (c) 2003 %* %* Author: %* Alexander Kurpiers, %* modified by David Flamand to support more sample rates %* modified by Julian Cable to provide a ...
github
jks-prv/Beagle_SDR_GPS-master
FIR.m
.m
Beagle_SDR_GPS-master/tools/FIR.m
4,280
utf_8
9a090c4d58ad9d9c5ae46c814f354104
% -20 dB over 400 - 4000 Hz (i.e. 20 dB / decade) % % from: csdr/predefined.h % NB we found a bug in the csdr octave code: % [start:step:stop] => [start:step:stop-1] % i.e. [0:1/sr:size(vect)(1)/sr] => [0:1/sr:(size(vect)(1)-1)/sr] % Otherwise octave complains about the vector sizes to dot() differing. % % pkg ...
github
tsaiJN/Proximity_anomaly_detection-master
graphicalLasso.m
.m
Proximity_anomaly_detection-master/graphicalLasso.m
1,750
utf_8
59b5136b47fe7dbb6e3ae63435eb8b73
function [Theta W] = graphicalLasso(S, rho, maxIt, tol) % Solve the graphical Lasso % minimize_{Theta > 0} tr(S*Theta) - logdet(Theta) + rho * ||Theta||_1 % Input: % S -- sample covariance matrix % rho -- regularization parameter % maxIt -- maximum number of iterations % tol -- convergence tolerance level % %...
github
tmoer/Thesis-master
train_EBW.m
.m
Thesis-master/Thesis/train_EBW.m
7,269
utf_8
c34cda10c601558cd477f5b8f87b2cf5
function [A, mu, Sigma, A_store, mu_store, Sigma_store, loglik_store] = train_EBW(train, A, mu, Sigma, actions, n_EM, starttype,U) % Function for seperate HMM's with untied states: % 'U' gives the smoothing parameter in the MMI criterion: it is used as a % multiplication by (U/T_r) of the logposterior for video r. %...
github
tmoer/Thesis-master
train_EM.m
.m
Thesis-master/Thesis/train_EM.m
4,665
utf_8
843e72cc31e4ce625986ec88056036df
function [A mu Sigma A_store mu_store Sigma_store loglik_store] = train_EM(train, A, mu, Sigma, actions, n_EM, starttype) % Function to estimate set of HMM models with shared key postures through % Expectation-Maximization % Retrieve some standard parameters: K = size(A,1); P = size(mu,1); Ntrain = size(train,1); na...
github
tmoer/Thesis-master
train_anti.m
.m
Thesis-master/Thesis/train_anti.m
9,321
utf_8
9eec7cd630f9341da6b6605e85025162
function [A_anti] = train_anti(train, A, mu, Sigma, actions, antitype, LL_raw_train ) % Function to built anti-models % 'antitype' is a list of the antimodel types to be computed % 'none' & 'sum', no antimodel to be computed % 'filler'= single pooled model on all videos % 'flat' = uniform transition matrix (INFERIOR PE...
github
tmoer/Thesis-master
cond_indep_fisher_z.m
.m
Thesis-master/Thesis/HMMall/KPMstats/cond_indep_fisher_z.m
3,789
utf_8
db45edcb8abdc761fe6b2454f3cccdaa
function [CI, r, p] = cond_indep_fisher_z(X, Y, S, C, N, alpha) % COND_INDEP_FISHER_Z Test if X indep Y given Z using Fisher's Z test % CI = cond_indep_fisher_z(X, Y, S, C, N, alpha) % % C is the covariance (or correlation) matrix % N is the sample size % alpha is the significance level (default: 0.05) % % See ...
github
tmoer/Thesis-master
logistK.m
.m
Thesis-master/Thesis/HMMall/KPMstats/logistK.m
7,540
utf_8
d5ec01e61645b56105633499779f7032
function [beta,post,lli] = logistK(x,y,w,beta) % [beta,post,lli] = logistK(x,y,beta,w) % % k-class logistic regression with optional sample weights % % k = number of classes % n = number of samples % d = dimensionality of samples % % INPUT % x dxn matrix of n input column vectors % y kxn vector of class...
github
tmoer/Thesis-master
multipdf.m
.m
Thesis-master/Thesis/HMMall/KPMstats/multipdf.m
1,192
utf_8
1fce56db4c9a59d35960bd25df11b1f9
function p = multipdf(x,theta) %MULTIPDF Multinomial probability density function. % p = multipdf(x,theta) returns the probabilities of % vector x, under the multinomial distribution % with parameter vector theta. % % Author: David Ross %-------------------------------------------------------- % Check the arg...
github
tmoer/Thesis-master
metrop.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/metrop.m
5,477
utf_8
1ff24d28e2eba5675d53b1d3e2d14adb
function [samples, energies, diagn] = metrop(f, x, options, gradf, varargin) %METROP Markov Chain Monte Carlo sampling with Metropolis algorithm. % % Description % SAMPLES = METROP(F, X, OPTIONS) uses the Metropolis algorithm to % sample from the distribution P ~ EXP(-F), where F is the first % argument to METRO...
github
tmoer/Thesis-master
hmc.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/hmc.m
7,964
utf_8
233c2427d9c578715cc9fddf19c3ee09
function [samples, energies, diagn] = hmc(f, x, options, gradf, varargin) %HMC Hybrid Monte Carlo sampling. % % Description % SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo % algorithm to sample from the distribution P ~ EXP(-F), where F is the % first argument to HMC. The Markov chain starts at t...
github
tmoer/Thesis-master
gtminit.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/gtminit.m
5,357
utf_8
52b6f7212765a61298bf2986531f2df7
function net = gtminit(net, options, data, samp_type, varargin) %GTMINIT Initialise the weights and latent sample in a GTM. % % Description % NET = GTMINIT(NET, OPTIONS, DATA, SAMPTYPE) takes a GTM NET and % generates a sample of latent data points and sets the centres (and % widths if appropriate) of NET.RBFNET....
github
tmoer/Thesis-master
mlphess.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/mlphess.m
1,684
utf_8
79c40264398e74e8a68b1e67d0ac0a1e
function [h, hdata] = mlphess(net, x, t, hdata) %MLPHESS Evaluate the Hessian matrix for a multi-layer perceptron network. % % Description % H = MLPHESS(NET, X, T) takes an MLP network data structure NET, a % matrix X of input values, and a matrix T of target values and returns % the full Hessian matrix H corresp...
github
tmoer/Thesis-master
glmhess.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/glmhess.m
4,129
utf_8
d3fff6389358e045ae0e13d94d50c206
function [h, hdata] = glmhess(net, x, t, hdata) %GLMHESS Evaluate the Hessian matrix for a generalised linear model. % % Description % H = GLMHESS(NET, X, T) takes a GLM network data structure NET, a % matrix X of input values, and a matrix T of target values and returns % the full Hessian matrix H correspondin...
github
tmoer/Thesis-master
rbfhess.m
.m
Thesis-master/Thesis/HMMall/netlab3.3/rbfhess.m
3,228
utf_8
010329c7779bffdfffde6e24939a7059
function [h, hdata] = rbfhess(net, x, t, hdata) %RBFHESS Evaluate the Hessian matrix for RBF network. % % Description % H = RBFHESS(NET, X, T) takes an RBF network data structure NET, a % matrix X of input values, and a matrix T of target values and returns % the full Hessian matrix H corresponding to the second ...
github
tmoer/Thesis-master
mhmm_em_edit.m
.m
Thesis-master/Thesis/HMMall/HMM/mhmm_em_edit.m
6,213
utf_8
8bc68e1599da48913eb62db99bfd4b03
function [LL, prior, transmat, mu, Sigma, mixmat, exp_num_trans, actions] = ... mhmm_em(data,action_index, prior, transmat, mu, Sigma, mixmat, varargin); % LEARN_MHMM Compute the ML parameters of an HMM with (mixtures of) Gaussians output using EM. % [ll_trace, prior, transmat, mu, sigma, mixmat] = learn_mhmm(data...
github
tmoer/Thesis-master
dhmm_em.m
.m
Thesis-master/Thesis/HMMall/HMM/dhmm_em.m
4,081
utf_8
e23671f3809776edff04b1c4ec457169
function [LL, prior, transmat, obsmat, nrIterations] = ... dhmm_em(data, prior, transmat, obsmat, varargin) % LEARN_DHMM Find the ML/MAP parameters of an HMM with discrete outputs using EM. % [ll_trace, prior, transmat, obsmat, iterNr] = learn_dhmm(data, prior0, transmat0, obsmat0, ...) % % Notation: Q(t) = hidden s...
github
tmoer/Thesis-master
mhmm_em.m
.m
Thesis-master/Thesis/HMMall/HMM/mhmm_em.m
5,610
utf_8
4f6e67de3bf7fb0f846279042636b973
function [LL, prior, transmat, mu, Sigma, mixmat] = ... mhmm_em(data, prior, transmat, mu, Sigma, mixmat, varargin); % LEARN_MHMM Compute the ML parameters of an HMM with (mixtures of) Gaussians output using EM. % [ll_trace, prior, transmat, mu, sigma, mixmat] = learn_mhmm(data, ... % prior0, transmat0, mu0, sig...
github
tmoer/Thesis-master
mhmm_em2.m
.m
Thesis-master/Thesis/HMMall/HMM/mhmm_em2.m
5,624
utf_8
42b40b266da96d1d39370d902a4e7721
function [LL, prior, transmat, mu, Sigma, mixmat,exp_num_trans] = ... mhmm_em(data, prior, transmat, mu, Sigma, mixmat, varargin); % LEARN_MHMM Compute the ML parameters of an HMM with (mixtures of) Gaussians output using EM. % [ll_trace, prior, transmat, mu, sigma, mixmat] = learn_mhmm(data, ... % prior0, trans...
github
tmoer/Thesis-master
mhmm_em_4.m
.m
Thesis-master/Thesis/HMMall/HMM/mhmm_em_4.m
5,610
utf_8
4f6e67de3bf7fb0f846279042636b973
function [LL, prior, transmat, mu, Sigma, mixmat] = ... mhmm_em(data, prior, transmat, mu, Sigma, mixmat, varargin); % LEARN_MHMM Compute the ML parameters of an HMM with (mixtures of) Gaussians output using EM. % [ll_trace, prior, transmat, mu, sigma, mixmat] = learn_mhmm(data, ... % prior0, transmat0, mu0, sig...
github
tmoer/Thesis-master
subv2ind.m
.m
Thesis-master/Thesis/HMMall/KPMtools/subv2ind.m
1,640
utf_8
5e5b9125955872eaf4e8217d31fd0b8c
function ndx = subv2ind(siz, subv) % SUBV2IND Like the built-in sub2ind, but the subscripts are given as row vectors. % ind = subv2ind(siz,subv) % % siz can be a row or column vector of size d. % subv should be a collection of N row vectors of size d. % ind will be of size N * 1. % % Example: % subv = [1 1 1; ...
github
tmoer/Thesis-master
zipload.m
.m
Thesis-master/Thesis/HMMall/KPMtools/zipload.m
1,658
utf_8
5e5b266389e361deb31ef130c137394b
%ZIPLOAD Load compressed data file created with ZIPSAVE % % [data] = zipload( filename ) % filename: string variable that contains the name of the % compressed file (do not include '.zip' extension) % Use only with files created with 'zipsave' % pkzip25.exe has to be in the matlab path. This file is a compress...
github
tmoer/Thesis-master
plot_ellipse.m
.m
Thesis-master/Thesis/HMMall/KPMtools/plot_ellipse.m
526
utf_8
2b0ce9b71879d630ae173d5c67cf2b11
% PLOT_ELLIPSE % h=plot_ellipse(x,y,theta,a,b) % % This routine plots an ellipse with centre (x,y), axis lengths a,b % with major axis at an angle of theta radians from the horizontal. % % Author: P. Fieguth % Jan. 98 % %http://ocho.uwaterloo.ca/~pfieguth/Teaching/372/plot_ellipse.m function h=plo...
github
tmoer/Thesis-master
bipartiteMatchingHungarian.m
.m
Thesis-master/Thesis/HMMall/KPMtools/bipartiteMatchingHungarian.m
2,683
utf_8
830754fd0920ec652171fd89c5b7a94a
% MATCH - Solves the weighted bipartite matching (or assignment) % problem. % % Usage: a = match(C); % % Arguments: % C - an m x n cost matrix; the sets are taken to be % 1:m and 1:n; C(i, j) gives the cost of matching % items i (of the first set) and j (o...
github
tmoer/Thesis-master
conf2mahal.m
.m
Thesis-master/Thesis/HMMall/KPMtools/conf2mahal.m
2,485
utf_8
2b8e394fa69299ee98bbad661a863f25
% CONF2MAHAL - Translates a confidence interval to a Mahalanobis % distance. Consider a multivariate Gaussian % distribution of the form % % p(x) = 1/sqrt((2 * pi)^d * det(C)) * exp((-1/2) * MD(x, m, inv(C))) % % where MD(x, m, P) is the Mahalanobis distance from x % ...
github
tmoer/Thesis-master
plotgauss2d.m
.m
Thesis-master/Thesis/HMMall/KPMtools/plotgauss2d.m
4,249
utf_8
414a1d25be61377135b9981a417c03d3
function h=plotgauss2d(mu, Sigma) % PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs % h=plotgauss2(mu, Sigma) % h = plotcov2(mu, Sigma); return; %%%%%%%%%%%%%%%%%%%%%%%% % PLOTCOV2 - Plots a covariance ellipse with major and minor axes % for a bivariate Gaussian distribut...
github
tmoer/Thesis-master
zipsave.m
.m
Thesis-master/Thesis/HMMall/KPMtools/zipsave.m
1,522
utf_8
6b2929592417d410858c14768a112ce5
%ZIPSAVE Save data in compressed format % % zipsave( filename, data ) % filename: string variable that contains the name of the resulting % compressed file (do not include '.zip' extension) % pkzip25.exe has to be in the matlab path. This file is a compression utility % made by Pkware, Inc. It can be dowloade...
github
tmoer/Thesis-master
matprint.m
.m
Thesis-master/Thesis/HMMall/KPMtools/matprint.m
1,055
utf_8
b50d0678c0bbd07aa848e844d7d9fcac
% MATPRINT - prints a matrix with specified format string % % Usage: matprint(a, fmt, fid) % % a - Matrix to be printed. % fmt - C style format string to use for each value. % fid - Optional file id. % % Eg. matprint(a,'%3.1f') will print each entry to 1 decimal...
github
tmoer/Thesis-master
plotcov3.m
.m
Thesis-master/Thesis/HMMall/KPMtools/plotcov3.m
4,149
utf_8
3a4139a5efed14e0d1159da4ad8c3274
% PLOTCOV3 - Plots a covariance ellipsoid with axes for a trivariate % Gaussian distribution. % % Usage: % [h, s] = plotcov3(mu, Sigma[, OPTIONS]); % % Inputs: % mu - a 3 x 1 vector giving the mean of the distribution. % Sigma - a 3 x 3 symmetric positive semi-definite matrix giving % ...
github
tmoer/Thesis-master
exportfig.m
.m
Thesis-master/Thesis/HMMall/KPMtools/exportfig.m
31,654
utf_8
5258cb74eb732a511a7f81782faa774a
function varargout = exportfig(varargin) %EXPORTFIG Export a figure. % EXPORTFIG(H, FILENAME) writes the figure H to FILENAME. H is % a figure handle and FILENAME is a string that specifies the % name of the output file. % % EXPORTFIG(H, FILENAME, OPTIONS) writes the figure H to FILENAME % with optio...
github
tmoer/Thesis-master
montageKPM.m
.m
Thesis-master/Thesis/HMMall/KPMtools/montageKPM.m
3,019
utf_8
7caaa90676f9ff316bf58a9a79e18af3
function h = montageKPM(arg) % montageKPM is like the built-in montage, but assumes input is MxNxK or filenames % % Converts patches (y,x,i) into patches(y,x,1,i) % Also, adds a black border aroudn them if iscell(arg) h= montageFilenames(arg); else nr = size(arg,1); nc = size(arg,2); Npatches = size(arg,3...
github
tmoer/Thesis-master
optimalMatching.m
.m
Thesis-master/Thesis/HMMall/KPMtools/optimalMatching.m
2,683
utf_8
830754fd0920ec652171fd89c5b7a94a
% MATCH - Solves the weighted bipartite matching (or assignment) % problem. % % Usage: a = match(C); % % Arguments: % C - an m x n cost matrix; the sets are taken to be % 1:m and 1:n; C(i, j) gives the cost of matching % items i (of the first set) and j (o...
github
tmoer/Thesis-master
plotcov2.m
.m
Thesis-master/Thesis/HMMall/KPMtools/plotcov2.m
3,099
utf_8
f3c330b22ebe08c98e97394eb56cd672
% PLOTCOV2 - Plots a covariance ellipse with major and minor axes % for a bivariate Gaussian distribution. % % Usage: % h = plotcov2(mu, Sigma[, OPTIONS]); % % Inputs: % mu - a 2 x 1 vector giving the mean of the distribution. % Sigma - a 2 x 2 symmetric positive semi-definite matrix giving...
github
tmoer/Thesis-master
ind2subv.m
.m
Thesis-master/Thesis/HMMall/KPMtools/ind2subv.m
1,260
utf_8
9c1b0357c39076ece0163e08aa92ebc6
function sub = ind2subv(siz, ndx) % IND2SUBV Like the built-in ind2sub, but returns the answer as a row vector. % sub = ind2subv(siz, ndx) % % siz and ndx can be row or column vectors. % sub will be of size length(ndx) * length(siz). % % Example % ind2subv([2 2 2], 1:8) returns % [1 1 1 % 2 1 1 % ... %...
github
tmoer/Thesis-master
process_options.m
.m
Thesis-master/Thesis/HMMall/KPMtools/process_options.m
4,526
utf_8
4a2d9abefc65633bd669d204b46902c9
% PROCESS_OPTIONS - Processes options passed to a Matlab function. % This function provides a simple means of % parsing attribute-value options. Each option is % named by a unique string and is given a default % value. % % Usage: [var1, var...
github
tmoer/Thesis-master
nonmaxsup.m
.m
Thesis-master/Thesis/HMMall/KPMtools/nonmaxsup.m
1,750
utf_8
2830daed6a605c4c91426dc0c6381910
% NONMAXSUP - Non-maximal Suppression % % Usage: cim = nonmaxsup(im, radius) % % Arguments: % im - image to be processed. % radius - radius of region considered in non-maximal % suppression (optional). Typical values to use might % be 1-3. D...
github
TEOS-10/GSW-Matlab-master
gsw_pot_enthalpy_from_specvol_ice_poly.m
.m
GSW-Matlab-master/Toolbox/gsw_pot_enthalpy_from_specvol_ice_poly.m
6,097
utf_8
479ba6eabb62c64b75d204b4597ae66e
function pot_enthalpy_ice = gsw_pot_enthalpy_from_specvol_ice_poly(specvol_ice,p) % gsw_pot_enthalpy_from_specvol_ice_poly potential enthalpy from % specific volume of ice (poly) %=======================================================...
github
TEOS-10/GSW-Matlab-master
gsw_SA_CT_from_sigma1_spiciness1.m
.m
GSW-Matlab-master/Toolbox/gsw_SA_CT_from_sigma1_spiciness1.m
5,731
utf_8
b6108a4b9eb177bae833651a7ba5b077
function [SA,CT] = gsw_SA_CT_from_sigma1_spiciness1(sigma1,spiciness1) % gsw_SA_CT_from_sigma1_spiciness1 SA and CT from sigma1 and spiciness1 % (75-term equation) % ========================================================================= % % USAGE: % [SA,CT...
github
TEOS-10/GSW-Matlab-master
gsw_SA_CT_from_sigma0_spiciness0.m
.m
GSW-Matlab-master/Toolbox/gsw_SA_CT_from_sigma0_spiciness0.m
5,614
utf_8
96a74ab4e437ac71d67510055e6a2839
function [SA,CT] = gsw_SA_CT_from_sigma0_spiciness0(sigma0,spiciness0) % gsw_SA_CT_from_sigma0_spiciness0 SA and CT from sigma0 and spiciness0 % (75-term equation) % ========================================================================= % % USAGE: % [SA,CT...
github
TEOS-10/GSW-Matlab-master
gsw_pt_from_pot_enthalpy_ice.m
.m
GSW-Matlab-master/Toolbox/gsw_pt_from_pot_enthalpy_ice.m
9,766
utf_8
46d7f3419a93dbb786517b3dd53b35ef
function pt0_ice = gsw_pt_from_pot_enthalpy_ice(pot_enthalpy_ice) % gsw_pt_from_pot_enthalpy_ice potential temperature of ice refered to % the surface from potential enthalpy of ice %======================================================================...
github
TEOS-10/GSW-Matlab-master
gsw_pot_enthalpy_from_pt_ice_poly.m
.m
GSW-Matlab-master/Toolbox/gsw_pot_enthalpy_from_pt_ice_poly.m
5,086
utf_8
0ebb4ffdf9a4fdb7921d59215713d91d
function pot_enthalpy_ice = gsw_pot_enthalpy_from_pt_ice_poly(pt0_ice) % gsw_pot_enthalpy_from_pt_ice_poly potential enthalpy of ice from % potential temperature refered to the surface %========================================================================== % % USAGE: % pot_e...
github
TEOS-10/GSW-Matlab-master
gsw_stabilise_SA_const_t.m
.m
GSW-Matlab-master/Toolbox/gsw_stabilise_SA_const_t.m
24,102
utf_8
3096b6f2b5ab44d9e0d155be61d07f2a
function [SA_out, wiggliness] = gsw_stabilise_SA_const_t(SA_in,t,p,opt_1,opt_2) % gsw_stabilise_SA_const_t adjusts salinities (SA) to produce a % water column stablised to be neutral, in-situ % temperature remains constant (75-term equation) %==========...
github
TEOS-10/GSW-Matlab-master
gsw_SA_CT_from_sigma2_spiciness2.m
.m
GSW-Matlab-master/Toolbox/gsw_SA_CT_from_sigma2_spiciness2.m
5,729
utf_8
1d408d3b292adeb208a07a6d0ab91403
function [SA,CT] = gsw_SA_CT_from_sigma2_spiciness2(sigma2,spiciness2) % gsw_SA_CT_from_sigma2_spiciness2 SA and CT from sigma2 and spiciness2 % (75-term equation) % ========================================================================= % % USAGE: % [SA,CT...
github
TEOS-10/GSW-Matlab-master
gsw_stabilise_SA_CT.m
.m
GSW-Matlab-master/Toolbox/gsw_stabilise_SA_CT.m
75,336
utf_8
0d7a81a46d064db4024e296ee2f81e46
function [SA_out, CT_out] = gsw_stabilise_SA_CT(SA_in,CT_in,p,opt_1,opt_2) % gsw_stabilise_SA_CT minimally adjusts both Absolute Salinity % and Conservative Temperature to produce % a stable water column (75-term equation) %===============...
github
TEOS-10/GSW-Matlab-master
gsw_SAAR.m
.m
GSW-Matlab-master/Toolbox/library/gsw_SAAR.m
13,627
utf_8
f45d5b4a89cc8bc44e9afc2757395f9b
function [SAAR, in_ocean] = gsw_SAAR(p,long,lat) % gsw_SAAR Absolute Salinity Anomaly Ratio (excluding the Baltic Sea) %========================================================================== % % USAGE: % [SAAR, in_ocean] = gsw_SAAR(p,long,lat) % % DESCRIPTION: % Calculates the Absolute Salinity Anomaly R...
github
TEOS-10/GSW-Matlab-master
gsw_SA_atlas.m
.m
GSW-Matlab-master/Toolbox/library/gsw_SA_atlas.m
13,526
utf_8
2f89b8c68d0ab9741deac2f7faac89c8
function SA_atlas = gsw_SA_atlas(p,long,lat) % gsw_SA_atlas Absolute Salinity Anomaly atlas value %========================================================================== % % USAGE: % SA_atlas = gsw_SA_atlas(p,long,lat) % % DESCRIPTION: % Calculates the Absolute Salinity atlas value, SA ,...
github
TEOS-10/GSW-Matlab-master
gsw_deltaSA_atlas.m
.m
GSW-Matlab-master/Toolbox/library/gsw_deltaSA_atlas.m
13,247
utf_8
0a203668cf0e0ef5c1825b26c5c59514
function [deltaSA_atlas, in_ocean] = gsw_deltaSA_atlas(p,long,lat) % gsw_deltaSA_atlas Absolute Salinity Anomaly atlas value % (excluding the Baltic Sea) %========================================================================== % % USAGE: % [deltaSA...
github
google-code-export/stoqs-master
stoqs_loadjson.m
.m
stoqs-master/contrib/stoqstoolbox/stoqs_loadjson.m
16,106
ibm852
3f90d22694e05a210d250845f2eedc5c
function data = loadjson(fname,varargin) % % data=loadjson(fname,opt) % or % data=loadjson(fname,'param1',value1,'param2',value2,...) % % parse a JSON (JavaScript Object Notation) file or string % % authors:Qianqian Fang (fangq<at> nmr.mgh.harvard.edu) % date: 2011/09/09 % Nedialko Krouchev: http:...
github
google-code-export/stoqs-master
stoqs_showcampaign.m
.m
stoqs-master/contrib/stoqstoolbox/stoqs_showcampaign.m
979
utf_8
ef6615afb7aa7fb4efd5c0e3d07ad075
function stoqs_showcampaign(u,camp) %Show on the screen all the main information about a campaign in a STOQS %database % %Usage: % % stoqs_showcampaign('http://odss.mbari.org/canon/','stoqs_may2012'); %Input : % % u = Url direction of the STOQS data server. Ex: http://odss.mbari.org/canon % camp = name of...
github
google-code-export/stoqs-master
stoqs_qcampaigns.m
.m
stoqs-master/contrib/stoqstoolbox/stoqs_qcampaigns.m
1,027
utf_8
c8428f36c17ad610547d37b17b17b661
function infcs=stoqs_qcampaigns(u,show) %Get the name of all the campaigns available in a STOQS server % %Usage: % % inf=stoqs_qcampaigns('http://odss.mbari.org/canon/',1); %Input : % % u = Url direction of the STOQS data server. Ex: http://odss.mbari.org/canon/ % show = Show the info on the screen or not....
github
google-code-export/stoqs-master
load_mb_1km.m
.m
stoqs-master/contrib/stoqstoolbox/demo/model_vs_stoqs/load_mb_1km.m
1,166
utf_8
24f12604915ebbf3b8fb1a7b13a39780
function [query]=load_mb_1km(url,de) %Get the information of the data set selected(url). Information:Date, %depth, latitude,longitude, and parameter value % %Usage: % % [date]=load_mb_1km('http://ourocean.jpl.nasa.gov:8080/thredds/dodsC/MBNowcast/mb_das_2012052515.nc',5) % % %Input : % % url = Url direct...
github
webvenky/fastmarching-master
idx2coord.m
.m
fastmarching-master/scripts/idx2coord.m
517
utf_8
c1ebf90a6a66639c1f235428c11d6f8a
%% Coordinates given in MATLAB mode (1 to n)!! function coords = idx2coord(ndims, dimsize, path) d = dimsize(1); for i = 2:ndims d(i) = d(i-1)*dimsize(i); end for j = 1:size(path,1) idx = path(j); coords(j,ndims) = floor(idx/d(ndims-1)); aux = idx - coords(j,ndims)*d(ndims-1); for i = ndims-1:-1...
github
mattools/matGeom-master
demoNapoleon.m
.m
matGeom-master/demos/geom2d/triangle/demoNapoleon.m
1,571
utf_8
87c352cc286da769cf75d3586bc262a3
function demoNapoleon(varargin) %DEMONAPOLEON Small demo of a theorem on triangles % % output = demoNapoleon(input) % % Example % demoNapoleon % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2013-08-19, using Matlab 7.9.0.529 (R2009b) % Cop...
github
mattools/matGeom-master
demoRevolutionSurface.m
.m
matGeom-master/demos/geom3d/demoRevolutionSurface.m
2,108
utf_8
d0aaf65bf86783412378055f2800fa9f
function demoRevolutionSurface %DEMOREVOLUTIONSURFACE Demo of revolutionSurface % % Example % demoRevolutionSurface % % See also % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2007-04-20 % Copyright 2007 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas. %% Draw a torus...
github
mattools/matGeom-master
demoDrawArrow3d.m
.m
matGeom-master/demos/geom3d/demoDrawArrow3d.m
3,714
utf_8
78abb6a5f66b18d3afaccc928b4e02e9
function demoDrawArrow3d %DEMODRAWARROW3D Demo of drawArrow3d % % Example % demoDrawArrow3d % % See also % % ------ % Authors: Shawn Arseneau, oqilipo % History: % Created: 2006-09-14 by Shawn Arseneau % Updated: 2020-02-08 by oqilipo % Output a collection of arrows with various color and shape options fi...
github
mattools/matGeom-master
test_intersectLineMesh3d.m
.m
matGeom-master/tests/meshes3d/test_intersectLineMesh3d.m
4,116
utf_8
8cc2275197d2f6f45101e59aaa93f01b
function test_suite = test_intersectLineMesh3d %TEST_INTERSECTLINEMESH3D Test case for the file intersectLineMesh3d % % Test case for the file intersectLineMesh3d % % Example % test_intersectLineMesh3d % % See also % test_intersectPlaneMesh % ------ % Author: David Legland % e-mail: david.legl...
github
mattools/matGeom-master
test_createRhombododecahedron.m
.m
matGeom-master/tests/meshes3d/test_createRhombododecahedron.m
2,043
utf_8
6a7d8316d6ff683dbd56167b15cdf7ee
function test_suite = test_createRhombododecahedron %TESTCREATERHOMBODODECAHEDRON One-line description here, please. % % output = testCreateRhombododecahedron(input) % % Example % testCreateRhombododecahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr...
github
mattools/matGeom-master
test_subdivideMesh.m
.m
matGeom-master/tests/meshes3d/test_subdivideMesh.m
1,312
utf_8
be42dc83294acbb9d32696482d9c89df
function test_suite = test_subdivideMesh %TEST_SUBDIVIDEMESH Test case for the file subdivideMesh % % Test case for the file subdivideMesh % Example % test_subdivideMesh % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2013-08-22, using Matl...
github
mattools/matGeom-master
test_intersectPlaneMesh.m
.m
matGeom-master/tests/meshes3d/test_intersectPlaneMesh.m
1,593
utf_8
51034adeb8ce6ab0376a82192605f58e
function test_suite = test_intersectPlaneMesh %TEST_INTERSECTPLANEMESH Test case for the file intersectPlaneMesh % % Test case for the file intersectPlaneMesh % % Example % test_intersectPlaneMesh % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created:...
github
mattools/matGeom-master
test_meshFaceNormals.m
.m
matGeom-master/tests/meshes3d/test_meshFaceNormals.m
690
utf_8
3c4989a61626c607b8e2629f33958337
function test_suite = test_meshFaceNormals %TEST_FACENORMAL Test case for the file meshFaceNormals % % Test case for the file meshFaceNormals % Example % test_meshFaceNormals % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2014-01-30, using...
github
mattools/matGeom-master
test_trimeshMeanBreadth.m
.m
matGeom-master/tests/meshes3d/test_trimeshMeanBreadth.m
1,065
utf_8
cd51d7891da0c71d44684418740f3138
function test_suite = test_trimeshMeanBreadth %TEST_TRIMESHMEANBREADTH Test case for the file trimeshMeanBreadth % % Test case for the file trimeshMeanBreadth % Example % test_trimeshMeanBreadth % % See also % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2011-10-17, using Ma...
github
mattools/matGeom-master
test_createDodecahedron.m
.m
matGeom-master/tests/meshes3d/test_createDodecahedron.m
2,037
utf_8
089bb030e50413bed69697db0ebaf3c1
function test_suite = test_createDodecahedron %TESTCREATEDodecahedron One-line description here, please. % % output = testCreateDodecahedron(input) % % Example % testCreateDodecahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-12-07,...
github
mattools/matGeom-master
test_createCubeOctaedron.m
.m
matGeom-master/tests/meshes3d/test_createCubeOctaedron.m
2,033
utf_8
52ff51cb29fc136c48dffee15e195649
function test_suite = test_createCubeOctaedron(varargin) %TESTCREATECUBEOCTAEDRON One-line description here, please. % % output = testCreateCubeOctaedron(input) % % Example % testCreateCubeOctaedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Create...
github
mattools/matGeom-master
test_createTetrakaidecahedron.m
.m
matGeom-master/tests/meshes3d/test_createTetrakaidecahedron.m
2,045
utf_8
1d5d68cbbd0b9745c662f12c50c08702
function test_suite = test_createTetrakaidecahedron %TESTCREATETetrakaidecahedron One-line description here, please. % % output = testCreateTetrakaidecahedron(input) % % Example % testCreateTetrakaidecahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr...
github
mattools/matGeom-master
test_trimeshSurfaceArea.m
.m
matGeom-master/tests/meshes3d/test_trimeshSurfaceArea.m
691
utf_8
95cc0e2d805cea863e2a8f8d3a42760e
function test_suite = test_trimeshSurfaceArea %TEST_TRIMESHSURFACEAREA Test case for the file trimeshSurfaceArea % % Test case for the file trimeshSurfaceArea % Example % test_trimeshSurfaceArea % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: ...
github
mattools/matGeom-master
test_createOctahedron.m
.m
matGeom-master/tests/meshes3d/test_createOctahedron.m
1,971
utf_8
66866bc9a5913a6b50c127ac9c98e12f
function test_suite = test_createOctahedron %TESTCREATEOCTAHEDRON One-line description here, please. % % output = testCreateOctahedron(input) % % Example % testCreateOctahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-12-07, usin...
github
mattools/matGeom-master
test_meshSurfaceArea.m
.m
matGeom-master/tests/meshes3d/test_meshSurfaceArea.m
841
utf_8
b375c43c1689f36de23715a799d28ccd
function test_suite = test_meshSurfaceArea %TEST_MESHSURFACEAREA Test case for the file meshSurfaceArea % % Test case for the file meshSurfaceArea % Example % test_meshSurfaceArea % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2011-10-17, ...
github
mattools/matGeom-master
test_createIcosahedron.m
.m
matGeom-master/tests/meshes3d/test_createIcosahedron.m
1,982
utf_8
b0b5eab3d19e0f7645c855016390e2c7
function test_suite = test_createIcosahedron %TESTCREATEICOSAHEDRON One-line description here, please. % % output = testCreateIcosahedron(input) % % Example % testCreateIcosahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-12-07, ...
github
mattools/matGeom-master
test_readMesh_off.m
.m
matGeom-master/tests/meshes3d/test_readMesh_off.m
916
utf_8
d9ac9f9abd231295c78d73fba8bb47bd
function test_suite = test_readMesh_off %TEST_MESHVOLUME Test case for the file readMesh_off % % Test case for the file readMesh_off % % Example % test_readMesh_off % % See also % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2012-10-01, using Matlab 7.9.0.529 (R2009b)...
github
mattools/matGeom-master
test_readMesh.m
.m
matGeom-master/tests/meshes3d/test_readMesh.m
1,335
utf_8
2b362d1f3d344bcb11e25f06dec45993
function tests = test_readMesh % Test suite for the file readMesh. % % Test suite for the file readMesh % % Example % test_readMesh % % See also % readMesh % ------ % Author: David Legland % e-mail: david.legland@inrae.fr % Created: 2021-01-25, using Matlab 9.8.0.1323502 (R2020a) % Copyright 2021 INRAE ...
github
mattools/matGeom-master
test_distancePointMesh.m
.m
matGeom-master/tests/meshes3d/test_distancePointMesh.m
5,439
utf_8
013313b965b80a8fb7ed55855117ab7e
function test_suite = test_distancePointMesh %TEST_DISTANCEPOINTTRIMESH One-line description here, please. % % output = test_distancePointMesh(input) % % Example % test_distancePointMesh % % See also % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2018-03-08, using Matlab 9.3...
github
mattools/matGeom-master
test_meshCurvatures.m
.m
matGeom-master/tests/meshes3d/test_meshCurvatures.m
2,058
utf_8
ba72faa2eda0aaf489de0cae2b563caa
function tests = test_meshCurvatures % Test suite for the file meshCurvatures. % % Test suite for the file meshCurvatures % % Example % test_meshCurvatures % % See also % meshCurvatures % ------ % Author: David Legland % e-mail: david.legland@inrae.fr % Created: 2021-09-29, using Matlab 9.9.0.1570001 (R...
github
mattools/matGeom-master
test_meshVolume.m
.m
matGeom-master/tests/meshes3d/test_meshVolume.m
833
utf_8
e4083d83fe9e7ca12906535690601ec4
function test_suite = test_meshVolume %TEST_MESHVOLUME Test case for the file meshVolume % % Test case for the file meshVolume % Example % test_meshVolume % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2012-10-01, using Matlab 7.9.0.529 (R...
github
mattools/matGeom-master
test_createSoccerBall.m
.m
matGeom-master/tests/meshes3d/test_createSoccerBall.m
1,650
utf_8
d1e1e3a36951f2f36cc0dc4c888d8f7d
function test_suite = test_createSoccerBall %TESTCREATESoccerBall One-line description here, please. % % output = testCreateSoccerBall(input) % % Example % testCreateSoccerBall % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-12-07, usin...
github
mattools/matGeom-master
test_createDurerPolyheron.m
.m
matGeom-master/tests/meshes3d/test_createDurerPolyheron.m
900
utf_8
30ecf879b690f8d44d72a7d9eca54004
function test_suite = test_createDurerPolyheron %TEST_CREATEDURERPOLYHERON Test case for the file createDurerPolyheron % % Test case for the file createDurerPolyheron % Example % test_createDurerPolyheron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr %...
github
mattools/matGeom-master
test_clipMeshVertices.m
.m
matGeom-master/tests/meshes3d/test_clipMeshVertices.m
983
utf_8
9e80cfdfef8ea8d398115be31e14be69
function test_suite = test_clipMeshVertices %TEST_TRIMESHMEANBREADTH Test case for the file clipMeshVertices % % Test case for the file clipMeshVertices % Example % test_clipMeshVertices % % See also % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2011-10-17, using Matlab 7.9...
github
mattools/matGeom-master
test_createTetrahedron.m
.m
matGeom-master/tests/meshes3d/test_createTetrahedron.m
1,977
utf_8
79c89e778fa7efe48ab755297cfa6597
function test_suite = test_createTetrahedron %TESTCREATETetrahedron One-line description here, please. % % output = testCreateTetrahedron(input) % % Example % testCreateTetrahedron % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-12-07, ...
github
mattools/matGeom-master
test_createCube.m
.m
matGeom-master/tests/meshes3d/test_createCube.m
1,907
utf_8
853635fb1cb6ec9f1254d5ed0513aa8b
function test_suite = test_createCube %TESTCREATECUBE One-line description here, please. % % output = testCreateCube(input) % % Example % testCreateCube % % See also % % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2010-12-07, using Matlab 7.9.0.529 (R2009b) % C...
github
mattools/matGeom-master
test_intersectEdgeMesh3d.m
.m
matGeom-master/tests/meshes3d/test_intersectEdgeMesh3d.m
728
utf_8
2a608d948bb23dd4a522863cf2b53067
function tests = test_intersectEdgeMesh3d % Test suite for the file intersectEdgeMesh3d. % % Test suite for the file intersectEdgeMesh3d % % Example % test_intersectEdgeMesh3d % % See also % intersectEdgeMesh3d % ------ % Author: David Legland % e-mail: david.legland@inrae.fr % Created: 2021-02-24, usin...
github
mattools/matGeom-master
test_isLeftOriented.m
.m
matGeom-master/tests/geom2d/test_isLeftOriented.m
1,212
utf_8
febe40955ce1e3743fffb7de2a3a3393
function test_suite = test_isLeftOriented % One-line description here, please. % output = test_isLeftOriented(input) % % Example % test_isLeftOriented % % See also % % ------ % Author: David Legland % e-mail: david.legland@inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b) % Copyright 2009 INRA ...
github
mattools/matGeom-master
test_distancePointLine.m
.m
matGeom-master/tests/geom2d/test_distancePointLine.m
2,778
utf_8
a39dccd241a51baa1c7ef077f80c9b78
function test_suite = test_distancePointLine %TESTDISTANCEPOINTEDGE One-line description here, please. % output = test_distancePointLine(input) % % Example % testDistancePointLine % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2012-10-24, us...
github
mattools/matGeom-master
test_edgePosition.m
.m
matGeom-master/tests/geom2d/test_edgePosition.m
1,216
utf_8
eeec33b4b84ef8c2e461fb5676361c39
function test_suite = test_edgePosition %TEST_EDGEPOSITION Test case for the file edgePosition % % Test case for the file edgePosition % Example % test_edgePosition % % See also % % ------ % Author: David Legland % e-mail: david.legland@nnates.inra.fr % Created: 2016-07-19, using Matlab 8.6.0.267246 (R20...
github
mattools/matGeom-master
test_distancePoints.m
.m
matGeom-master/tests/geom2d/test_distancePoints.m
4,373
utf_8
a82904fb97b3e37ae9bd8364186df2b3
function test_suite = test_distancePoints %TESTDISTANCEPOINTS One-line description here, please. % output = test_distancePoints(input) % % Example % testDistancePoints % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7...
github
mattools/matGeom-master
test_projPointOnLine.m
.m
matGeom-master/tests/geom2d/test_projPointOnLine.m
1,771
utf_8
0a20f85e5a891f1d204bf641ee47fe31
function test_suite = test_projPointOnLine %TESTPROJPOINTONLINE One-line description here, please. % output = testProjPointOnLine(input) % % Example % testProjPointOnLine % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matla...
github
mattools/matGeom-master
test_triangleArea.m
.m
matGeom-master/tests/geom2d/test_triangleArea.m
1,427
utf_8
cea7e6b38f1b5bc2249fc42a6b66ae70
function test_suite = test_triangleArea %TEST_TRIANGLEAREA Test case for the file triangleArea % % Test case for the file triangleArea % Example % test_triangleArea % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2011-08-23, using Matlab 7....
github
mattools/matGeom-master
test_intersectCircles.m
.m
matGeom-master/tests/geom2d/test_intersectCircles.m
1,283
utf_8
ec8b6a21aec9272abd6f098cdf6f17c0
function test_suite = test_intersectCircles %TESTINTERSECTCIRCLES One-line description here, please. % output = testIntersectCircles(input) % % Example % testIntersectCircles % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using ...
github
mattools/matGeom-master
test_clipRay.m
.m
matGeom-master/tests/geom2d/test_clipRay.m
3,458
utf_8
4189678c095a4ec67ea635223e5f0bb0
function test_suite = test_clipRay % Tests the function 'clipRay' % output = testClipRay(input) % % Example % testClipRay % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b) % Copyright 2009 INRA - Cepi...
github
mattools/matGeom-master
test_bisector.m
.m
matGeom-master/tests/geom2d/test_bisector.m
1,165
utf_8
b431d8ec2d5fcdcb93b6c0bbb6e9bf35
function test_suite = test_bisector % One-line description here, please. % output = testBisector(input) % % Example % testBisector % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b) % Copyright 2009 IN...
github
mattools/matGeom-master
test_lineAngle.m
.m
matGeom-master/tests/geom2d/test_lineAngle.m
1,847
utf_8
f3f88ee931821ef6b721134050f067db
function test_suite = test_lineAngle %TESTLINEANGLE One-line description here, please. % output = testLineAngle(input) % % Example % testLineAngle % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b) % ...
github
mattools/matGeom-master
test_createRotation.m
.m
matGeom-master/tests/geom2d/test_createRotation.m
1,234
utf_8
7993ecdf9c6d8af42657e0e5088c338a
function test_suite = test_createRotation %TESTCREATEROTATION One-line description here, please. % output = testCreateRotation(input) % % Example % testCreateRotation % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7...
github
mattools/matGeom-master
test_createLine.m
.m
matGeom-master/tests/geom2d/test_createLine.m
996
utf_8
5811869cba065c56a29795c2c3ba7e0c
function test_suite = test_createLine %testCreateLine One-line description here, please. % output = testCreateLine(input) % % Example % testCreateLine % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)...
github
mattools/matGeom-master
test_isPointOnEdge.m
.m
matGeom-master/tests/geom2d/test_isPointOnEdge.m
3,957
utf_8
4e7f00f6168e43048c3380f38659dba5
function test_suite = test_isPointOnEdge %TESTISPOINTONEDGE One-line description here, please. % % output = testIsPointOnEdge(input) % % Example % testIsPointOnEdge % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2010-10-04, using Matlab 7.9...
github
mattools/matGeom-master
test_intersectLineCircle.m
.m
matGeom-master/tests/geom2d/test_intersectLineCircle.m
1,727
utf_8
1f43ff0306d6cc2d9cf4c8e4a64db856
function test_suite = test_intersectLineCircle %TESTINTERSECTLINECIRCLE One-line description here, please. % % output = testIntersectLineCircle(input) % % Example % testIntersectLineCircle % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2011-...
github
mattools/matGeom-master
test_createBasisTransform.m
.m
matGeom-master/tests/geom2d/test_createBasisTransform.m
1,305
utf_8
5211244cf5d3b4e18998525348dce28e
function test_suite = test_createBasisTransform %TEST_CREATEBASISTRANSFORM Test case for the file createBasisTransform % % Test case for the file createBasisTransform % Example % test_createBasisTransform % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr %...
github
mattools/matGeom-master
test_medianLine.m
.m
matGeom-master/tests/geom2d/test_medianLine.m
1,103
utf_8
b1a249de378dcb57c9f432a6c6125207
function test_suite = test_medianLine %TESTMEDIANLINE One-line description here, please. % output = testMedianLine(input) % % Example % testMedianLine % % See also % % % ------ % Author: David Legland % e-mail: david.legland@grignon.inra.fr % Created: 2009-04-22, using Matlab 7.7.0.471 (R2008b)...