2020-10-19 15:57:30 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2020-11-09 07:31:33 +01:00
|
|
|
% Please edit documentation in R/setdiff_MATLAB.R
|
2020-10-19 15:57:30 +02:00
|
|
|
\name{setdiff_MATLAB}
|
|
|
|
|
\alias{setdiff_MATLAB}
|
|
|
|
|
\title{Set differences of two arrays}
|
|
|
|
|
\usage{
|
|
|
|
|
setdiff_MATLAB(A, B, legacy = FALSE)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{A}{first array}
|
|
|
|
|
|
2020-11-09 07:31:33 +01:00
|
|
|
\item{B}{second array}
|
2020-10-19 15:57:30 +02:00
|
|
|
|
2020-11-09 07:31:33 +01:00
|
|
|
\item{legacy}{if `TRUE`, preserves the behavior of the setdiff function from MATLAB R2012b and prior releases. (currently not supported)}
|
2020-10-19 15:57:30 +02:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Loosely replicates the behavior of the homonym Matlab function
|
|
|
|
|
}
|
|
|
|
|
\author{
|
|
|
|
|
Waldir Leoncio
|
|
|
|
|
}
|