This MATLAB function returns an array of Stateflow API objects in the hierarchy of location that have a property called propertyName with a value of propertyValue.
This MATLAB function finds trends in a vector of data using singular spectrum analysis (SSA), which assumes an additive decomposition of the data such that A = LT+ST+R.
Datetime and duration arrays can combine with string scalars and character vectors that are formatted to represent dates and times. There are additional requirements forAandBbased on data type: IfAis a categorical array, thenBcan be a categorical array, a string array, a character vector, or a...
This MATLAB function searches the fields of the installed WMS Database for partial matches of querystr, which is a string, string array, character vector, or cell array of character vectors.
Save this as a file named unitdisk.m on your MATLAB® path. Get type unitdisk.m function [c,ceq] = unitdisk(x) c = x(1)^2 + x(2)^2 - 1; ceq = []; Create the remaining problem specifications. Then run fmincon. Get fun = @(x)100*(x(2)-x(1)^2)^2 + (1...
This MATLAB function returns an array containing logical 1 (true) where the elements of A are within tolerance of the elements in B.
This MATLAB function returns a logical array whose elements are 1 (true) when a local maximum is detected in the corresponding element of A.
If you specify this property by using a function handle, when MATLAB executes the callback, it passes the timer object and an event structure to the callback function. The event structure contains the type of event in the Type field and the time of the event in the Data field. If you ...
This MATLAB function estimates the initial states x0 of an identified model sys to maximize the fit between the model response and the output signal in the estimation data data.
This MATLAB function estimates the initial states x0 of an identified model sys to maximize the fit between the model response and the output signal in the estimation data data.