photo

Saurabh


NIT Durgapur

Last seen: en dag ago Active since 2023

Followers: 0   Following: 0

Programming Languages:
C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistics

All
  • Solver
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Problem while using HDL Workflow Advisor in MATLAB for the standard LED blink example, specifically targeting the Versal VCK190 board
Hi Gaurav, It seems the Reference Design parameters options are absent and you cannot change Reference Design to Default Syste...

4 dagar ago | 0

Answered
How to build 3D HD Map automatically with shpfile on RoadRunner
Hi 주영, As far as I have understood, you are trying RoadRunner and would like to know, if there is a way to convert '.shp' into ...

5 dagar ago | 1

Answered
Model Advisor error:Abnormal exit?
Hi 李, Although it appears that you were able to generate the code successfully; there were some issues when you conducted mode...

5 dagar ago | 1

Answered
Filtering multiple .csv files based on data from a table
Hi Simon, What I understood is that you want to filter multiple csv files based on the "d_Data.Actual.Calculated_Flow" column...

6 dagar ago | 1

Answered
Error while trying the option protected model
Hi Ganapathi, It appears that you are encountering an error while attempting to protect your model. After reviewing the warnin...

6 dagar ago | 0

Answered
Rejected stereo image pairs in Stereo Camera Calibrator App
Hi Elad, It appears that you are trying to calibrate stereo image pairs, but while some images are being successfully added, o...

7 dagar ago | 0

Answered
Replacing one line (or one part of a line) in a text file
Hi Jason, So, the objective is to modify one line in your code or simply you want to re-assign a different value to Time Integ...

24 dagar ago | 0

Answered
Way of Calculating NPCR and UACI
Hi Kajal, I found one IEEE research paper that speaks about NPCR and UACI. The paper states that the NPCR and UACI tests chang...

25 dagar ago | 0

| accepted

Answered
MATLAB system. The ' tf ' class does not support code generation.
Hi Zhao, So, the objective is to generate code for the ‘tf’ class which is used inside the MATLAB Function block and when doin...

25 dagar ago | 0

Answered
simulink matlab function block
Hi Samhy, So you want to generate square pulses using 'Simulink MATLAB function' block and in order to do so, we need to c...

26 dagar ago | 0

Answered
Simulink does not support code generation issue.
Hi Ryan, According to my assumption, you want to replace the 3-point ‘Sum Block’ and ‘Transfer function’ block with the ‘MAT...

26 dagar ago | 0

Answered
External monitor crashes MATLAB R2023b
Hi Chad, The problem that you are facing when connecting or disconnecting the External monitor is a known issue and is being...

27 dagar ago | 0

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3 månader ago

Solved


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

3 månader ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

3 månader ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

3 månader ago

Solved


Return area of square
Side of square=input=a Area=output=b

3 månader ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3 månader ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 månader ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 månader ago

Answered
Simulink keyboard shortcut for "save as"
Hi AI, As per my knowledge there is no direct method to set up the Custom Shortcut Keys as we have in MATLAB, but I did find a ...

3 månader ago | 0

Answered
Setting Datatips in Standalone MATLAB-App
Hi Nico, I understand that you want to have DataTip button available for your standalone application as well. To manage the a...

3 månader ago | 0

Answered
App Designer: prevent string truncation (DropDown, etc..)
Hi Covfefe, I understand that while migrating the app from R2018b to R2024a, the text got clipped, which is not required. ...

3 månader ago | 0

Answered
sqlite ignore project path?
Hi Simon, I understand that you have added your folder to the MATLAB path and want to know if 'SQLite’ function can search ...

3 månader ago | 0

| accepted

Answered
how get information moving mouse on line plotted
Hi Luca, I understand that you want to display the information about the plotted lines on the Axes. To show the legend of ...

3 månader ago | 0

Answered
How to get Alpert multiwavelets?
Hi Stephan, As per my understanding, you want to have the Alpert multiwavelets of any order, say 'K ‘, and you want a set ...

3 månader ago | 0

Answered
how to enable smlink in macos
Hi Deepak, I understand that you wish to use 'smlink_linksw' in MATLAB to link your 'sm_link'. Regretfully, 'smlink_linsw' ...

3 månader ago | 0

Answered
How can I extract real time data (.csv or .text format) from my Simulink file running in simulink desktop real time?
Hi Amardeep, I uderstand that you want to extract the data into a file (.text file and .csv file) from Simulink desktop real...

3 månader ago | 0

Answered
starting condition of feedback scheme in simulink
Hi Valeria, It seems you want to have a different error condition at t = 0, and other than t = 0, the error condition goes as...

3 månader ago | 0

Answered
passing parameter values beween a GUI and other scripts
Hi Francois, It seems like you are trying to export the parameter values between the GUI and another workspace, say the bas...

3 månader ago | 0

Load more