Answered
What version of matlab and simulink does TMS320C6713 Starter Kit use?
As mentioned in a <https://www.mathworks.com/matlabcentral/answers/302518-does-embedded-coder-support-for-ti-c6000 previous answ...

7 years ago | 0

Answered
Issue Using lsqcurvefit to find solar cell parameters
The issue with the code that you have attached, lies with the dimensions of the signal created by the |fun| function. If you ...

7 years ago | 0

Answered
How to import signal in SPTool (in Signal Analysis Application)?
If I understand your question correctly, you are trying to use SPTool and import a single signal x, that has different sample ti...

7 years ago | 0

Answered
Error using imread>parse_inputs (line 457) The filename or url argument must be a string. Error in imread (line 316) [filename, fmt_s, extraArgs] = parse_inputs(varargin{:});
As Ganesh mentioned in the comment, the error you are getting is because the input in your sift function is not a string. 'i...

7 years ago | 0

Answered
How do I write a function where an input of multiple matrices is incorporated into a single matrix as the output?
If I understand your question correctly, you are trying to import data from an excel file that has multiple sheets, and then fin...

7 years ago | 0

Answered
Tapped delay with array input
The ability to connect a non-scalar input to the Tapped Delay Block is not available in Simulink. The |Buffer| block availabl...

7 years ago | 0

Answered
How to perform xcorr2 only in one direction?
If I understand correctly, you are trying to use xcorr2 to align two images and also improve the processing time. In general...

7 years ago | 1

Answered
Project screen to track the eye tracking
If I understand correctly, you want to capture the screen of your computer into MATLAB and then locate the circles in there. ...

7 years ago | 0

Answered
How can I specify the output of a Matlab Function Block to be of a specific Bus type programatically?
If I understand correctly, you want to be able to change the output Datatype for the |MATLAB Function Block| programmatically in...

7 years ago | 0

| accepted

Answered
Applying the Consolidator function in a loop over a specified interval of a vector
My understanding is that you want to use the |Consolidator| function to average all of the d41 values but 240 at a time, i.e. 1-...

7 years ago | 0

| accepted

Answered
Can Matlab read position of touch on multitouch screen ?
If I understand correctly, you want to know if you can use any MATLAB code to read multi-touch on a touchscreen. When you tou...

7 years ago | 0

| accepted

Answered
Proper use of regionprops
If I understand correctly, you want to use |regioprops| in order to identify a ‘1-1-1’ pattern in your data. |Regionprops| m...

7 years ago | 0

Answered
Can I put a Jar file with Matlab Production Server?
If I understand correctly, you want to deploy 'JAR' file in MATLAB Production Server. This can be done in two ways: 1) A...

7 years ago | 0

Answered
GUIDE: Creating Callback in later created handle to another function
If I understand correctly, you are trying to call the function |project_changed| through the callback function of the |uimenu| a...

7 years ago | 0

| accepted

Answered
Using an empty vector as a parameter in a user-defined block
If I understand correctly, running a Simulink model with an empty vector as a block parameter results in an error. This beha...

7 years ago | 0

| accepted

Answered
For the image acquisition toolbox, can I retrieve frame timestamps when logging to disk?
The ability to log / retrieve timestamps when 'LoggingMode' is set to 'Disk' is not available with the Image Acquisition Toolbox...

7 years ago | 0

Answered
Can we put syms function in matlab function block of simulink
My understanding is that you want to pass a symbolic expression as an input to a ‘MATLAB function block’ and then, get a symboli...

7 years ago | 0

Answered
Can I use Raspberry Pi 3 on R2016a?
Raspberry Pi 3 is supported for MATLAB 2016a. You can find more details and download the support package here: <http://www.ma...

7 years ago | 0

Answered
Finding best match between a set of images using template matching?
As I understood, you want to do image to image matching, and SIFT and OCR methods did not perform very well for your exercise. ...

7 years ago | 0

Answered
Is there any way to use plotregression in a subplot?
If I understand correctly, you are using the ‘plotregression’ command 6 times and you want to put the results of each call into ...

7 years ago | 6

| accepted

Answered
Formatting cell array for the 'set' function in GUI
My understanding of the issue is that you want to use a cell array to set the ‘String’ argument of a graphics object. I am ass...

7 years ago | 0