photo

Tridib


Last seen: 2 giorni fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
34 Risposte

RANK
6.128
of 300.364

REPUTAZIONE
8

CONTRIBUTI
0 Domande
34 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
3

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

1 giorno 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 ...

1 giorno 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...

3 giorni 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...

3 giorni fa | 1

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 giorni 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 giorni fa | 0

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

5 giorni fa | 0

Risposto
Simulink Model MAT file error
Hi @Juan-Carlos MCMF, try these troubleshooting steps that may help resolve the issue: Make sure that "Mode.mat" is present in ...

5 giorni fa | 0

Risposto
access to azure blob storage using filedatastore no longer works
Hi @Sandy, these troubleshooting steps might help solve the issue: Please make sure that the environment variables are set with...

5 giorni fa | 0

Risposto
Error when using readRegister() after installing the Instrument Control Toolbox Support Package for National Instruments NI-845x I2C/SPI Interface
Hi @Fredy, you could try these troubleshooting steps which might help solve the issue: Please check that you have the latest NI...

5 giorni fa | 0

Risposto
How can I properly extract the features of a ferning pattern using image processing?
Hi @Maria Gabriella Andrea, to get started with extracting features from a ferning pattern, these steps might be helpful: If th...

6 giorni fa | 0

Risposto
How to export electric field and current data when using matlab-CST joint simulation?
Hi @Rui, to export electric field and current data from CST Studio Suite, follow these steps: In your simulation project, navig...

6 giorni fa | 0

Risposto
Startup value for numeric text fields in app designer
Hi @Jason, The code works as expected because the edit fields initially display the default values (300 and 800) when the app s...

5 mesi fa | 0

Risposto
Read text file, identify variables, combine some the variables and write these variables to another text file
Hi @shadman khan, To achieve the desired result, “regexp” and “regexprep” can be used. In the code referenced earlier, after re...

5 mesi fa | 0

Risposto
Simulink error: The NAME input must be a constant
Hi @Stanley Martin Siagian, I verified that Simulink is interpreting the call to “random” as referring to the function in “tool...

5 mesi fa | 0

Risposto
N-back function, same letter repeats more than 4 times
Hi @Selen Soylu, The code does not work as expected because it relies on “last_letter” and “count_last_letter” to manage repeti...

5 mesi fa | 0

Risposto
Create variable Edit Fields based on a calculated variable in App Designer
Hi @Fazlollah, Unlike " inputdlg", which works in a pop-up, to dynamically generate a variable number of numeric input fields i...

5 mesi fa | 0

Risposto
Why is the lamp not changing color?
Hi @Muazma Ali, The code is not working as expected because the while loop inside the ValueChanged callback blocks UI updates...

5 mesi fa | 0

Risposto
What is the sample time of discrete blocks that inherit from a 0-sample-time continuous signal block?
Hi @Mitsu, The period shown in the Timing Legend for the “Unit Delay” block is the sample time at which the output of the block...

6 mesi fa | 0

Risposto
Hi, Could someone please guide me as to what the threshold factor in the filloutliers represent?
Hi @Akbar Raza, Outliers are data points that differ significantly from most others in a dataset, such as a 50-year-old in a cl...

6 mesi fa | 0

Risposto
Multiple plots on same Axes (choosing from listbox) in app designer
Hi @Kashif NADEEM, I understand that you want to display several plots on the same axis, but only one plot should be visible a...

6 mesi fa | 0

Risposto
How can I make the circle move around the rectangle?
Hi @wan s, Your code does not calculate the circle’s center as it moves around the rectangle or update the rectangle’s position...

6 mesi fa | 0

Risposto
How can I Embed a file in a web app?
Hi @Ding Yong, “uigetfile” function will not work here because it is used for opening files, not saving. “uiputfile” function i...

6 mesi fa | 0

Risposto
how to make sgtitle to display the titles at the left side of the montage?
Hi @hp, You cannot achieve the exact placement of the title using only “sgtitle” in MATLAB because the “sgtitle” function is us...

6 mesi fa | 0

Risposto
Simple GUI programming for a counter
Hi @Ben, There are several issues with the code. The "valueBox" is not reflecting the current counter value. There is also a...

6 mesi fa | 0

Risposto
how to load from text file to listbox
Hi @Norah Mohammed After creating a new GUI with a “Push Button” and a “List Box” using Guide, in the “.m” file generated by GU...

7 mesi fa | 0

Risposto
How to adds an echo effect to an audio recording
Hi @Moeez ur Rehman Qureshi, Here is a code example to get you started on how to add echo effect to an audio recording: functi...

7 mesi fa | 0

Risposto
How to find shortest path using dijkstra algorithm?
Hello @LAKSHMANAN ADAIKKAPPAN, If you carefully look at the plot, all 21 nodes are being displayed, but only 10 have been label...

8 mesi fa | 0

Risposto
Access data type from (.m files) Mathlab functions
Hello @Sinu, Here is a sample workflow that I used to utilize custom-defined enumeration classes as data types in Simulink via...

8 mesi fa | 1

| accettato

Carica altro