photo

Snehal


Active since 2025

Followers: 2   Following: 1

Message

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi, Marathi
Pronouns:
She/her

Statistics

MATLAB Answers

0 Questions
37 Answers

RANK
1,675
of 300,302

REPUTATION
40

CONTRIBUTIONS
0 Questions
37 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

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

View badges

Feeds

View by

Answered
5G PRACH time offset generation for Long formats
Hi @Madhusoodan NA, I understand that you want to generate a complete 10 ms (one frame) PRACH waveform using the 5G Toolbox exa...

27 days ago | 0

Answered
Best practices for benchmarking Simulink → C code on TMS320F28388D (TI C2000) and AM2634 (Sitara)
Hi @Pasquale, I understand that you are working on benchmarking Simulink - C code on TMS320F28388D and AM2634. You may take t...

30 days ago | 1

| accepted

Answered
using 'WindowMousePress' with 'ButtonDownFcn'?
Hi @CM, I understand that you want to move away from figure-level callbacks and use the “more modern” approach of directly impl...

1 month ago | 0

| accepted

Answered
How to reset a received CAN receive or unpack block
Hi @Asha, I see that you are using the CAN receive/unpack blocks in Simulink R2025a and want to understand if the data availa...

4 months ago | 0

Answered
How do I add a DOORs requirement link to a block in the simulink using code.
Hi @Pavan Rachapudi, I see that you want to append a new requirement to an existing set of requirements traced to a block or ...

4 months ago | 0

Answered
how can using command "RIM" to create the requirement Tracability of Transition in stateFlow
Hi @ensaMath, I understand that you want to create a requirement trace for a transition in a Stateflow chart and get the corr...

4 months ago | 0

Answered
Errors in Importing requirements from DOORS NG - Not enough arguments, cannot modify an unresolved proxy
Hi @Vaan, I see that you are facing issues when trying to import requirements in the Requirements editor. The error messages ...

4 months ago | 0

Answered
Building a system to visualize the position and orientation of a ground mobile robot.
Hi @陸, I understand that you want to send the position and orientation of your ground robot from ROS1 as a topic via UDP to a...

4 months ago | 0

Answered
Reading multiple binary formats with fread()
Hi @Brian, I understand that you are able to cover the cases for signed/unsigned and big/little endian when reading large amo...

4 months ago | 0

Answered
External mode simulation is not supported for the 'arduino uno' hardware. however, you can deploy the model on this hardware. from the model window, click the 'deploy to hardware' button
Hi @panda xl, I see that you want to execute External mode simulation on Arduino Uno, but it is not supported in the MATLAB/Sim...

4 months ago | 0

Answered
Is there a way to abort the running of startup scripts in Simulink Project based on a condition check ?
Hi @Kritika Bhowmik, I understand that you want a way to abort the loading of the Simulink Project and close it in case a condi...

4 months ago | 0

Answered
Detect if Simulink Project Shortcuts fail when working without GUI
Hi @Andrew Chambers, I understand that you want to track the success/failure of startup shortcuts when opening MATLAB in text...

4 months ago | 0

Answered
Startup actions prior to MATLAB project open
Hi @Isaac De La Cruz, I understand that you want to register/execute a startup routine that runs before the project references....

6 months ago | 0

| accepted

Answered
Support for MSP-EXP432E401Y with Simulink Embedded Coder – Code Generation and Driver Blocks
Hi @Pasquale, I understand that you are planning to work with the MSP-EXP432E401Y LaunchPad, and using this together with Embed...

6 months ago | 0

| accepted

Answered
Save file to CIFS share not working - linux gvfs
Hi, CIFS shares can have complex permission and ownership semantics, especially when accessed from Linux. My assumption is ...

6 months ago | 0

Answered
Is there any kind of firewall models and networking add-on available in simulink?
Hi @Muhammad Arsal, Below are two options that you can explore for modelling the networking components of your system in Simuli...

6 months ago | 0

Answered
where is the error of following code to calculate confusionmat?
Hi @Rafid Mustafiz, I see you are encountering an error while using ‘confusionmat’.   This issue arises because MATLAB’s ‘co...

6 months ago | 0

Answered
Why can't I remove reference to simulink in app?
Hello @Dan, When a Simulink component is added to the design view in App Designer, some additional lines of code are added in ...

6 months ago | 0

Answered
Can you plot the gradient for CNNs using trainNetwork?
Hello @Arjun Desai, I understand that you want to extract the gradient information while training a CNN and plot this over iter...

7 months ago | 0

Answered
Invalid input data. Invalid size of channel dimension. Layer expects input with channel dimension size 3 but received input with size 1.
Hello @lakshmipriya premkumar, The error message indicates that the model ‘alexnet’ expects the input with 3 channels, but you...

7 months ago | 0

Answered
How to access gradients in Deep Learning Toolbox
Hello @John Smith, My understanding is that you want to access a model’s gradients at each component layer (custom as well as ...

7 months ago | 0

Answered
Understanding Action Dimension Formatting in MATLAB's DDPG with LSTM-Based Networks
Hello @Abdolrazzagh, I understand that you are trying to know how actions are formatted by the underlying mechanism when using ...

7 months ago | 0

Answered
multi-step prediction in time-series data using 1D CNN model
Hello @jingoo lee, I understand that you’re trying to implement one-step and multi-step predictions using a 1D CNN model in MA...

7 months ago | 0

| accepted

Answered
Making mex work with R2012b and MacOS 10.9.2
Hi @JC, I understand that you are trying to compile some MATLAB functions using Simulink model in R2012b, MacOS 10.9.2 and Xco...

8 months ago | 0

Answered
Generate a neural network with Simulink blocks
Hello @heof, I understand that you want to implement a neural network using blocks in Simulink such that all the involved para...

8 months ago | 0

Answered
Unable to load simple shared library (.so) in simulink
Hi @Joshua, My understanding is that you are trying to create a custom shared library in version R2022a of Simulink/MATLAB usi...

8 months ago | 1

Answered
S-function error
Hello @Sun Ning, My understanding is that you are trying to simulate a control system using an ‘S-function’ in MATLAB and Simul...

8 months ago | 0

Answered
Outputs of the second layer in PNN neural network
Hello, In a Probabilistic Neural Network (PNN) created using MATLAB's ‘newpnn’ function, the layers are structured as follows: ...

8 months ago | 0

Answered
How to preallocate an 'lmi' (Yalmip class) array of known size
Hello, I understand that you are trying to solve linear matrix inequalities using YALMIP such that it executes efficiently for ...

8 months ago | 1

| accepted

Answered
Access DataStore-Variables from s-function
Hello, I understand that you are trying to access DataStore Variables from S-functions in Simulink. Using the ‘mexGetVariableP...

8 months ago | 0

Load more