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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 1

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 2

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

fast 8 Jahre vor | 1

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

fast 8 Jahre vor | 0