Tridib - MATLAB Central
photo

Tridib


Last seen: Today Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/25 to 05/25Use left and right arrows to move selectionFrom 02/25Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
15 Answers

RANK
143,071
of 298,512

REPUTATION
0

CONTRIBUTIONS
0 Questions
15 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,606

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,536

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

14 days ago | 0

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

14 days ago | 0

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

15 days ago | 0

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

15 days ago | 0

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

17 days ago | 0

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

17 days ago | 0

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

18 days ago | 0

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

1 month ago | 0

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

1 month ago | 0

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

2 months ago | 0

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

2 months ago | 1

| accepted

Answered
App designer app icon taskbar
Hello @Jordi Navarro, I encountered a similar issue where the custom icon for the application was not displayed in the taskbar...

3 months ago | 0

Answered
Getting value from the table - simulink
Hello @Gopalakrishnan venkatesan, To use the given table as input for a “Lookup Table” block in Simulink, please follow these s...

3 months ago | 0

Answered
3D image - how to delete some domain
Hello @abc def, The “fimplicit3” function is designed to plot 3-D implicit functions defined by “f(x, y, z) = 0” over specifie...

3 months ago | 0

Answered
MinGW installation for Matlab R2019a
Hello @Sumam David, Installing the "MinGW" add-on via the "Support Software Downloader" can assist in resolving installation pr...

3 months ago | 0