photo

Saurabh


NIT Durgapur

Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

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

统计学

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

查看徽章

Feeds

排序方式:

已回答
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 days 前 | 0

已回答
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 days 前 | 1

已回答
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 days 前 | 1

已回答
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 days 前 | 1

已回答
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 days 前 | 0

已回答
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 days 前 | 0

已回答
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 days 前 | 0

已回答
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 days 前 | 0

| 已接受

已回答
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 days 前 | 0

已回答
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 days 前 | 0

已回答
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 days 前 | 0

已回答
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 days 前 | 0

已解决


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 months 前

已解决


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 months 前

已解决


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 months 前

已解决


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 months 前

已解决


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

3 months 前

已解决


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 months 前

已解决


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 months 前

已解决


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

3 months 前

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

| 已接受

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

已回答
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 months 前 | 0

加载更多