Answered
I am trying to print a simulink model as jpeg image. Is it possible to set printframe for the same?
Hi @dhananjay, I do not believe there is any command line option to specify print frames while trying to print a Simulink mode...

4 months ago | 0

Answered
Problème d'installation et de fonctionnement de Matlab sous ubuntu 24.10 : exit code 1
Hi @Gustave, I can suggest some troubleshooting techniques that may help you. First you must make sure that you have permissi...

4 months ago | 0

Answered
pulse duration of a spectrum
Hi @Vipin Das, You can leverage MATLAB documentations on these topics and get an idea on how to analyse your data with IFFT. ...

4 months ago | 0

Answered
HELP with activating license from server for Ubuntu 22.04 R2024b
Hi Bon, The reason you are facing this issue is because the directories that you are mentioning in the file are wrong and you s...

4 months ago | 0

Answered
What is the proper way to use a Viterbi Decoder in continuous mode?
Hi @Dylan Ditta, In the example model, the Viterbi decoder has a traceback depth of 136. So, make sure that you employ that in ...

4 months ago | 0

Answered
TCM with soft or hard decision?
Hi @elSergio I assume you are referring to the General TCM Decoder Block. The TCM Decoder Block employs soft Viterbi decision t...

5 months ago | 0

Answered
Scalable IoT data collection
Hi @Sunday Adeola, So, ThingSpeak is an IoT analytics service that allows you to aggregate, visualize, and analyze live data st...

5 months ago | 0

Answered
How to connect aux out to Raspberrry Pi using Rpi matlab package
Hi @Sachin, I can see that there is an error in the MATLAB support package directory. I suggest you reinstall the MATLAB Suppor...

5 months ago | 0

Answered
Does Polyspace Server license Queue if all are in use?
Hi @Shantagouda goudar, If you are running multiple Jenkins jobs on a single Polyspace server for your CI/CD pipeline, these jo...

5 months ago | 0

Answered
How can I continue training my agent if I click 'stop training' in Reinforcement Learning Episode Manager?
Hi @hongmei pan, After clicking ‘Stop Training’ you can simply run the ‘train’ function because ‘train’ updates the agent at e...

5 months ago | 0

Answered
Thermistor Data Reading from Ardiuno
Hi Joel, Leverage the following videos that MathWorks had published on how to read temperature from thermistor in MATLAB using...

5 months ago | 0

Answered
Aspen Plus variables access through Active X
Hi Muhammed, To access the stream results of an Aspen Plus simulation using ActiveX in MATLAB, you'll need to use COM automatio...

5 months ago | 0

Answered
TCP communication, send matrix cut in package, and reconnect the package in the client
Hi Mikael, You have mentioned that the package signal is a matrix of 120 by XX samples. But the provided mat file is of the for...

5 months ago | 0

| accepted

Answered
How to input non-zero initial conditions into the integrator block for Simulink?
Hi Manish, Refer to the following MATLAB answer on how to set initial conditions for nonzero values for integrator blocks in S...

5 months ago | 0

Answered
Multiclass classification with random Forrest classifier and SVM classifier.
Hi, You can leverage the following File exchange which helps you to understand different types of EEG signals and how to analys...

5 months ago | 0

Answered
How to input non-zero initial conditions into the integrator block for Simulink?
Hi S M, The integrator block only allows you to provide an initial condition. You can do this by specifying the initial conditi...

5 months ago | 0

Answered
linearized-pendulum-error plot
Hi Manuel, You can refer to the following MATLAB answer which provides MATLAB functions for linear and nonlinear pendulum: htt...

6 months ago | 0

Answered
How to fix this issue while trying to simulate a PV Panel composed of PV Cells (represented as 36 diodes in series into de subsystem)
Hi Raul, Since you have not shared the file, I’ve limited knowledge on your model. But I believe that the error message indicat...

6 months ago | 0

Answered
Pattern recognition in Robot Vacuum Map
Hi Michael, You can leverage this MATLAB answer as an initial direction to start: https://www.mathworks.com/matlabcentral/answ...

6 months ago | 0

Answered
Sigma delta modulator
Hi Visveswaran, Using the Delta Sigma Modulator block present in Simulink, you can design a 2nd order delta sigma modulator. Y...

6 months ago | 0

Answered
Error while loading the old session in PIVlab (the GUI says loading session but it never loads)
Hi Bilal, The error you are facing is arising from the load_session_Callback.m file. There might be an error in the file which ...

6 months ago | 0

Answered
How i can generate sigma delta modulator in simulink?
Hi Anas, You can leverage the following file exchange file and investigate if the model from this file resolves your query: ht...

6 months ago | 0

Answered
how do i handle the crash in simulink adams_sys model?
Hi Mecaengineer, Whenever MATLAB crashes it will generate the MATLAB crash files. You can check these and learn what the cras...

6 months ago | 0

Answered
Why do I receive an "Error using dir" message when running Experiment Manager?
Hi Jaclyn, The error message “Error using dir” and “Error in genpath” seems to be related to the ‘dir’ function which is used ...

6 months ago | 0

Answered
importrobot with Simscape model has no visual geometries
Hi William, The 'MeshPath' parameter is for URDF, Xarco and SDF imports. You can not use it for importing STL files, which expl...

6 months ago | 0

Answered
Im experiencing misalignment of the crests in my normalized vertical velocity profiles when plotting multiple turbulence models; any suggestions on how to fix this?
Hi Keith, % Normalize radial distances and velocities zeta_kep = v_kep / y0_5_kep; U_Uc_kep = U_vertical_kep / max(U_vertical...

6 months ago | 0

Answered
function with multiple listeners freezing on R2024a. was working fine on R2022b
Hi Bastien, I have gone through the release notes of the versions from R2022b to R2024a if there has been an update regarding ...

6 months ago | 0

Answered
Simulink Event Scheduler Help: Sequential Aperiodic Partitions
Hi Brandon, I understand that you are having difficulty in capturing what the Rate Transition block does. The Rate Transition b...

6 months ago | 0

Answered
Why can't I discard a single trial in experiment manager?
Hi Danial, I can see that you are trying to discard a task, but you are unable to do so. I notice that your Bayesian optimiza...

7 months ago | 0

Answered
Error using contourf Z must be at least a 2x2 matrix. Error in D18071 (line 106) contourf(st)
Hi Babar, It seems that the error arises from the line contourf(st) The function expects you to send at least a 2x2 matrix as...

7 months ago | 0

| accepted

Load more