Respondida
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...

casi 8 años hace | 0

Respondida
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 ...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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 ...

casi 8 años hace | 0

Respondida
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,...

casi 8 años hace | 0

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

casi 8 años hace | 0

| aceptada

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

| aceptada

Respondida
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...

casi 8 años hace | 0

Respondida
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 ...

casi 8 años hace | 0

Respondida
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 ...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

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

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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 ...

casi 8 años hace | 1

Respondida
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....

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 2

Respondida
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...

casi 8 años hace | 1

Respondida
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...

casi 8 años hace | 0