Réponse apportée
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...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 8 ans il y a | 0

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

environ 8 ans il y a | 3

| A accepté

Réponse apportée
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 ...

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 0

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

environ 8 ans il y a | 0

Réponse apportée
In Simulink, how can I send uint8 array through an RS232-usb cable?
Does reducing the baud rate help?

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
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 ...

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 0