photo

Tridib


Last seen: 14 giorni fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
56 Risposte

RANK
1.451
of 301.252

REPUTAZIONE
48

CONTRIBUTI
0 Domande
56 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
6

RANK
 of 21.207

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.657

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
I am sending and receive data through MCU via SCI communication and set the desired baud rate with connecting the right jumper cables & I am unable to see receive signal ??
Dear @rahul, It appears that your setup is broadly correct, but a few additional checks can help isolate the issue and ensure S...

18 giorni fa | 0

Risposto
long time duration simulink simualtion stopped with error
Dear @Jeff Yan, The error you are encountering is caused by certain blocks in your model that contain internal “Logic Decision”...

18 giorni fa | 0

| accettato

Risposto
Parsing mfunctions with mtree
Dear @Matt J, I understand you want to enhance your "mtree"-based parsing so you can automatically separate MATLAB function bl...

18 giorni fa | 0

Risposto
S-Function Passing input array to c-function
Dear @Dimitri, Your first implementation read the input as a single contiguous real_T* using ssGetInputPortRealSignal, but you ...

19 giorni fa | 1

Risposto
Latency check for the simulink model.
Dear @Tharun Kumar, You can use the Simulink Profiler to measure execution times for individual blocks and subsystems while you...

21 giorni fa | 0

Risposto
Novice - Help in Understanding the Cross Validation Folds in MATLAB ML Learner Apps
Dear @Vivek Gopal, In k‑fold cross‑validation with only 21 rows, using a large k (like 15) creates folds with just one or two s...

21 giorni fa | 1

Risposto
How to place image files in either side of "Two Column" PowerPoint template using Report Generator?
Dear @Philip, You can place images on both sides of a two‑column PowerPoint slide by creating your own custom template with pla...

21 giorni fa | 0

| accettato

Risposto
MATLAB 2025b not launching
Dear @Srikar To resolve this, verify the Host ID (MAC address) of the machine, then reactivate MATLAB. If your machine has a va...

22 giorni fa | 0

Risposto
Is it possible to run code generation checks before generating code on server, without having the coder toolbox locally?
Dear @Nils, You can catch most data‑type and configuration issues before server‑side code generation by running the built‑in Si...

22 giorni fa | 0

Risposto
xml Error when renaming a File or Folder in a Project
Dear @Brad, This issue usually happens when MATLAB’s preferences or path become corrupted. You can fix it by clearing the MATLA...

22 giorni fa | 0

Risposto
¿Cómo puedo automatizar los ensayos en el Test Manager de Simulink?
Hi @Miguel, Here are some steps which might help resolve the issue: To automatically change parameters, use the parameter over...

4 mesi fa | 0

Risposto
Impossible to install the latest version of Matlab Connector on a Linux computer
Hi @Henk-Jan Ramaker, The messages Gtk-Message: Failed to load module "gail" Gtk-Message: Failed to load module "atk-bridge" ...

4 mesi fa | 0

Risposto
Need help connecting to Agilent E4440A, IVI Drivers can no be imported
Hi @Enes, The output from the "ividriverlist" command shows that MATLAB can detect the IVI driver. However, it is normal for th...

4 mesi fa | 0

Risposto
Inconsistent Requirement Comments Generation in Generated Code (Simulink Requirement Manager)
Hi @Tang, Some blocks, like virtual blocks or ones that get optimized out, don’t have code sections where you can add comments....

4 mesi fa | 0

Risposto
MATLAB Support Package for Arduino Hardware does not install correctly
Hi @Andrew, Sometimes, MATLAB might not automatically add the support package folders to its path. To fix this, try running the...

4 mesi fa | 0

Risposto
How do you simply test and verify a battery's charge and discharge capability when connected to a network in Simulink?
Hi @Timothy Joel, You may start with a basic setup: Connect the battery to the VSC, and then connect that to a three-phase load...

4 mesi fa | 0

Risposto
How to create a GSM-R signal with Simulink ?
Hi @Bogus, The model is a good starting point for simulating GSM-R with GMSK, since it covers the basic digital transmission st...

4 mesi fa | 0

Risposto
Should I use nrChannelEstimate or lteDLChannelEstimate?
Hi @Thien Hieu, The "nrChannelEstimate" function in MATLAB does not use virtual pilots. It performs interpolation using the act...

4 mesi fa | 1

| accettato

Risposto
UDP communication between PLC S7-1200 and Simulink
Hi @Jakub, UDP does not guarantee that messages will arrive, come in the right order, or not get repeated. It is normal to lose...

4 mesi fa | 0

Risposto
Suche nach Möglichkeit ein Label in einen .u3d Plot eizubinden.
Hi @JF, The fig2u3d tool currently exports only patch and line objects, not standard text objects. This is why axis labels and ...

4 mesi fa | 0

| accettato

Risposto
R2026a Explore-Addon error (macOS 26)
Hi @Navid, This error means that MATLAB R2026a cannot find a Java Runtime Environment (JRE) on your Mac. Some MATLAB features, ...

4 mesi fa | 0

Risposto
Live Script animation 2025a
Hi @Duncan Carlsmith, The code actually works fine for me both in the Command Window and in Live Scripts. However, from what I...

4 mesi fa | 0

Risposto
How can I syncronize two PWM on STM32 using the Embedded Coder Support Package
Hi @Giancarlo Storti Gajani, It is better to use two different channels on the same timer. This way, both signals are controlle...

4 mesi fa | 1

| accettato

Risposto
JDBC driver becoming stale in JVM?
Hi @Thomas, The error you are seeing usually happens because the JDBC connection or driver stops working properly after MATLAB ...

4 mesi fa | 0

Risposto
How can I properly drive an Ideal Translational Velocity Source in Simscape so my pneumatic cylinder rod actually moves?
Hi @Sadegh, Since there are not many details about your current setup, here are some general things you can check that might he...

4 mesi fa | 0

Risposto
Applying a mask creates an odd artifact in the resulting map
Hi @Emily T. Griffiths, In MATLAB, the way you set up your grid for images or matrices can be different from how geographic coo...

4 mesi fa | 1

| accettato

Risposto
RoadRunner Custom Textures Not Exporting to VTD
Hi @Hannah Moore, Try these troubleshooting steps which might help resolve the issue: Make sure your custom textures are in a ...

4 mesi fa | 0

Risposto
Programmatically control input/output visibility checkboxes for FMU block in Simulink through script
Hi @Ruchit, To change a dialog parameter value programmatically, you can first use the "get_param" function to find out the exa...

4 mesi fa | 0

| accettato

Risposto
工作区中的数组打不开,报错出错 internal.matlab.variableeditor.MLArrayDataModel/updateData (第 151 行) this.notify('DataChange',eventdata);
Hi @Tobias, The error message indicates there may be a problem with the MATLAB Variable Editor when trying to open large array...

4 mesi fa | 0

Risposto
MLX file dual Y-axis plot interaction warning
Hi @泽凯, The warning means that the old figure interaction mode does not support the new InteractionOptions for axes. This usual...

4 mesi fa | 0

Carica altro