Risposto
Show Coordinates and/or Color of the found Boundaries
The function "bwboundaries" traces the exterior boundaries of objects, as well as boundaries of holes inside these objects. It r...

oltre 8 anni fa | 1

Risposto
Image recognition of several instances of the same object in a given image
There are several algorithms implemented in MATLAB to perform detection of objects. The following link lists the different ways ...

oltre 8 anni fa | 0

Risposto
how to change the color of the coordinate in Plotyy?
It is possible to change the color of the axes as well as the data points in a plot. The plot could have been generated using an...

oltre 8 anni fa | 1

Risposto
Given a rank deficient design matrix, fitlm does not use pinv or lsqr to find the minimum norm solution. Why not?
The function "fitlm" does support rank-deficient design matrices. When I say it supports, I mean it does not throw an error when...

oltre 8 anni fa | 0

Risposto
How to get z transfer function from difference equation?
The function *"ztrans"* returns the Z-transform of a symbolic expression/symbolic function with respect to the transformation in...

oltre 8 anni fa | 1

| accettato

Risposto
how to control simscape data logging properties from command line
It is possible to control Simscape Data Logging properties from command line in a manner similar to setting other options in Con...

oltre 8 anni fa | 0

Risposto
Change Prismatic Joint Actuation Axis
SimMechanics software contains two technologies: *First Generation* and *Second Generation*. First-generation technology include...

oltre 8 anni fa | 1

Risposto
dsp.MatFileWriter and complex numbers
I understand that you notice a change in the behavior of "dsp.MatFileWriter" function between MATLAB R2014b and MATLAB R2015a in...

oltre 8 anni fa | 0

Risposto
LDPC H matrix with diffrent rate
I understand that you are looking for a method to generate parity check matrix of LDPC code for different code rates. Refer t...

oltre 8 anni fa | 0

| accettato