Respondida
Does the PowerGui Block, in case of choosing the continuous solver method, solely use a variable-step Simulink solver even if my configuration for the global simulink solver is a fixed-step type?
Hi Christian, From the link below, it is recommended that you implement fixed-step solvers by continuing to use a global vari...

más de 8 años hace | 0

| aceptada

Respondida
Comparing consecutive png files (video frames)
Hello, Assuming the camera is not moving, then you can use "imread" to read the video frames, which will give you a NxMx3 mat...

más de 8 años hace | 0

Respondida
Is it possible to show Model Browser of a Simulink model programmatically?
Hi Sunny, you can use set_param(gcs, 'ModelBrowserVisibility', 'on')

más de 8 años hace | 3

| aceptada

Respondida
matlab storing data using nested for loop
Hi JoonHee, In line new_sig(kkk,:)=uwpi(294+iii,274+jjj,:); you are attempting to assign a comma-separated list to a ...

más de 8 años hace | 0

Respondida
How to prove that with separable 2D functions, 2D Fourier transforms are simply the product of the individual 1D Fourier transforms.
Hi Sumin, There does not seem to be an issue with the dimensions, but rather with the condition that you are using. Try the f...

más de 8 años hace | 0

Respondida
subscribe to a gazebo topic
Hi Philippe, Please see <https://www.mathworks.com/help/robotics/examples/read-model-and-simulation-properties-from-gazebo.ht...

más de 8 años hace | 0

Respondida
In Simulink, how can I send uint8 array through an RS232-usb cable?
Does reducing the baud rate help?

más de 8 años hace | 0

Respondida
How to delete all the scopes in Simulink?
Hi Maria, Please select Diagram > Signals & Ports > Signal & Scope Manager. You will be able to see (and delete) all the scop...

más de 8 años hace | 1

| aceptada

Respondida
How to provide table vector as intergeneration times in Simulink?
Hi Alex, You could implement the desired functionality in a MATLAB Fcn block in MATLAB, or alternatively you could implement ...

más de 8 años hace | 0

Respondida
How to output a table in stateflow
Hi Qu, Can you provide some more details on what you are trying to accomplish? For example, are you trying to output a MATLAB...

más de 8 años hace | 0

Respondida
Error while loading interface model of QPSK HW/SW AD9361 example interface model
Hi Vinay, I am assuming you are referring to <https://www.mathworks.com/help/supportpkg/xilinxzynqbasedradio/examples/hw-sw-c...

más de 8 años hace | 0

Respondida
How to convert an m-file which works offline to real-time operation?
Hi Prajwal, You should be able to achieve the desired behavior using the MATLAB Fcn block. To do that, you should modify your...

más de 8 años hace | 0

| aceptada

Respondida
Rapid Accelerator: Parameter value too large to download to target application
Hi Aidan, This warning would most likely affect your results. Here are a few possible workarounds: 1. Simulate the model u...

más de 8 años hace | 0

| aceptada

Respondida
Ask for rearrange daily data from multiple columns to a single row
Hi Phat, you could try something along the following lines: yrs = 5; % number of years Q = zeros(yrs*31*12, 1); fo...

más de 8 años hace | 0

Respondida
Why do I get a data type mismatch error on a Referenced Model, even when all port data types are set explicitly?
HI Ismael, By setting all signals manually I assume you mean that you opened the model that is being model-referenced, double...

más de 8 años hace | 0