Answered
How to use "movsum()" with panel data in a table using loop mechanisms?
You can use Properties.VariableNames to access the header names of the table ABC. Then you can use these property names to compa...

7 years ago | 0

Answered
Error at "Verifying configuration" step of installing "Simulink Support Package for Galaxy Android Devices"
In MATLAB R2015b, you can run Simulink models on the Samsung Galaxy S4 and the Tab 2 10.1 devices only. Starting in R2016a, you ...

7 years ago | 0

Answered
Install error for the MinGW-w64 compiler for Windows (GCC version 4.9.2)
You can refer to the following MATLAB Answers page for instructions on how to install the MinGW compiler: https://www.mathwor...

7 years ago | 0

Answered
Reading and Writing to an SD Card via SPI on Arduino
You might find the following documentation links useful regarding this: https://www.mathworks.com/help/supportpkg/arduinoio/e...

7 years ago | 0

Answered
Is there a way to use polarhistogram together with compass?
You can extract the handle of the line object used to create the 'rose' plot and then use the line formatting properties to modi...

7 years ago | 0

Answered
How can I export the block configuration settings in a Simulink Model built from Xilinx System Generator for DSP blockset?
You can use 'Simulink.BlockDiagram.saveActiveConfigSet' to save the active configuration set of the model. You can refer to the ...

7 years ago | 0

Answered
use probplot two dimension
You can use a syntax similar to the following lines of code to plot more than one 'probplot' in one graph: x1 = wblrnd(3,3,...

7 years ago | 0

Answered
XADC in simulink hdl coder
The following documentation link might be helpful in understanding the Xilinx Zynq support from HDL Coder: https://www.mathwo...

7 years ago | 0

| accepted

Answered
Display Parameter with Properties in Command Window
This is an expected behavior because when you use 'tempvar_s = whos' command in your script, you are saving specific information...

7 years ago | 0

Answered
Control WebBrowser Using MATLAB
You might need to expose the C# code as a .NET library. Check the following links: http://www.mathworks.com/help/matlab/using...

7 years ago | 0

Answered
How to find intersections of two errorbar lines?
You might find the File Exchange submission and the MATLAB Answers page helpful regarding this: http://www.mathworks.com/matl...

7 years ago | 0

Answered
An efficient Lagrange interpolation algorithm for multi-variate problems
You might find the following File Exchange submission and the MATLAB Answers page helpful regarding this: http://www.mathwork...

7 years ago | 0

| accepted

Answered
Finding morse code from mixed signal.
You can refer to the following MATLAB Answers page for a response to a similar question: <https://www.mathworks.com/matlabcen...

7 years ago | 0

Answered
Does Matlab supports the new Knights Landing x200 Processor?
MATLAB R2016b should support SUSE Linux Enterprise Desktop 12 on any Intel Processor. You can refer to this system requirements ...

7 years ago | 0

Answered
Multiplication in time domain using 2D circular convolution in frequency domain
The ability to apply CONV2 by methods other than zero-padding is not available in MATLAB. However, you can make use of CONV2 ...

7 years ago | 0

Answered
Use array functions, logical, and relational operators.
Let us assume that you have a variable named 'data' that is an n*2 matrix where 'n' corresponds to the total number of points an...

7 years ago | 0

Answered
Compare surfaces created by delaunay
The delaunayTriangulation class offers more functionality for developing triangulation-based applications. It is useful when you...

7 years ago | 0

Answered
How do i create a loop finding the mean value of many variables?
Let's assume that you have 200 days per year that you would like to find this average value for. You need to first organize this...

7 years ago | 0

Answered
Disp function with matlab coder
The 'disp' function is not supported to generate C/C++ code from MATLAB code. You can refer to the following documentation link ...

7 years ago | 1

Answered
Protecting a sim power system model
You can refer to the instructions provided in the following documentation to protect a Simulink model: https://www.mathworks....

7 years ago | 0

Answered
how to control Ball valve input signal s
The port 'S' in a ball valve block refers to a physical signal input that can be used to control the ball displacement. A positi...

7 years ago | 0

Answered
Viscircles set color not working
I understand that you would like to change the colors of the circles after using the 'viscircles' command. In order to illustrat...

7 years ago | 2

Answered
How do I create a stopwatch in Simulink that stores up to 4 split values?
You can use the 'clock' block along with the 'Triggered subsystem' block in this case. You can extract the Simulation time using...

7 years ago | 1

Answered
Does my simulation really go into Zeno mode(multiple zero crossing)?
The problem with this model seems to occur only when you select Start simulation from steady-state on the solver block and are u...

7 years ago | 0