Community Profile

photo

Shreyansh Mehra

MathWorks

Last seen: 8 months ago Active since 2022

Followers: 0   Following: 0

I am an Associate Software Engineer at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to analyze and visualize big data sets with huge standard deviations?
Hello, Other than boxplot, errorbar can also be a good way to visualise mean and standard deviation. The MATLAB Answers post...

1 year ago | 1

Answered
Error in Reinforce learning toolbox
Hello, Please refer to the following MATLAB Answers post, which presents solutions that are possibly relevant to this error...

1 year ago | 0

Answered
how to do feature extraction in matlab
Hello, The following MATLAB documentation contains an example that uses RESNET -18 network to extract features of input images ...

1 year ago | 0

Answered
Reading binary files in matlab
Hello, It is possible to directly run python code from MATLAB. The documentation linked below explores the same and might be ...

1 year ago | 0

Answered
what is different pixel classification layer, dice classification layer and focal loss layer?
Hello, The documentation below explains about the layers and might be of help. Pixel classification layer: https://in.math...

1 year ago | 0

| accepted

Answered
How to add a legend to a curve(如何将图例添加在曲线上)
Hello, The documentation linked below explains how to add legends to a graph and might be of help. https://mathworks.c...

1 year ago | 0

Answered
How to annotate sequence diagrams in System Composer?
Hello, As of R2022b, you can add plain-text annotations to a sequence diagram to describe elements, such as lifelines, messag...

1 year ago | 1

| accepted

Answered
MATLAB App Designer: Error while evaluating TimerFcn for timer 'timer-5' Undefined function 'write' for input arguments of type 'string'.
Hello, Please refer to the following post, which presents solutions that are possibly relevant to this error message: https://...

1 year ago | 0

| accepted

Answered
How to import pointpillars network into DeepNetworkDesigner
Hello Phoi, The following documentation will help you get started with PointPillars, including how to create PointPillar networ...

1 year ago | 0

| accepted

Answered
how to build a self-defined block in Simulink?
Hello, Simulink does allow users to create their own blocks. These blocks can be built using existing Simulink blocks, as well ...

1 year ago | 0

| accepted

Answered
How do I train only one layer of a neural network?
Hello, The MATLAB Answers link given below explains that to freeze some weights of a neural network, learning parameters 'Bia...

1 year ago | 0

Answered
How can you add break points and debug the C code while running a simulink model in SIL mode?
Hello Advait, The documentation link given below explains how to enable debugging and insert breakpoints for SIL simulations ...

1 year ago | 0