photo

Manish


Last seen: 13 days ago Active since 2024

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
71 Answers

Cody

0 Problems
2 Solutions

RANK
1,348
of 299,035

REPUTATION
52

CONTRIBUTIONS
0 Questions
71 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 20,657

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
80,166
of 163,163

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
Do I need to normalise input and target data when training an ANN using fitnet?
Hi, The 'mapminmax' function scales inputs and targets to fall within the range [–1, 1]. The following code demonstrates how ...

17 days ago | 0

Answered
An error occurs when Unreal Engine 4.26 and MATLAB 2022a are used jointly.
Hi, I understand you're facing an issue while using Unreal Engine 4.26 with MATLAB R2022a. According to the official documentat...

19 days ago | 0

Answered
Embedded Coder Support Package for STMicroelectronics STM32 Processors
Hi, Currently, support for STM32F1xx with STM32CubeMX version 6.12.0 is available in MATLAB R2025a. You may consider upgrading ...

19 days ago | 0

Answered
simulink and arduino issues
Hi, I understand that your facing the error in detecting the host COMP port. Simulink typically auto-detects the COM port sett...

21 days ago | 0

Answered
Getting error in robot palletizing example in ParseInputsML and in OptimizationOptions
Hi, I assume you're using the 'contopptraj' function along with OptimizationOptions as a parameter. If not, share the function ...

21 days ago | 0

Answered
Error: ERROR: Code generation failed: Project export failed while using Twincat Target for Simulink
Hi, I was working on a similar use case and encountered the same issue. After trying several approaches, I found a workaround t...

21 days ago | 1

Answered
Can I use well-trained ANN model and "place" function for Hardware in the loop (HIL) testing?
Hi, I understand that you want to generate code for the 'place' function. This can be achieved with the help of 'coder.extrins...

1 month ago | 0

Answered
MATLAB connection to Mega2560 at COM9 exists in your workspace. To create a new connection, clear the existing object
Hi, I understand that you're facing an error when connecting audio with MATLAB. I assume that a previous connection was establ...

1 month ago | 0

Answered
How do I run ONNX model on Simulink?
Hi, I understand that you want to import an ONNX model into Simulink. This can be achieved with the help of the 'importNetworkf...

1 month ago | 0

Answered
using matlab.internal.math.interp1 Input coordinates must be real. Error in interp1 (line 188) VqLite = matlab.internal.math.interp1(X,V,method,method,Xqcol);
Hi, I understand you're facing an error while using the function 'interp1'. The three parameters used in the 'interp1' functio...

1 month ago | 0

Answered
Matlab Coding in C++ with forest is very long and consumes it in RAM
Hi, Regarding the query, "Do you have tricks to speed up code generation and decrease RAM usage?": You can use the 'compact' f...

1 month ago | 0

Answered
NARX network setup preparets function errors
Hi, I understand that you are encountering an error when using the 'preparets' function. When you use 'feedback_series' as the ...

1 month ago | 0

Answered
Processing Time for Simulink Model Search
Hi, I understand that performing a model search in Simulink is taking a considerable amount of time. This may happen because of...

2 months ago | 0

Answered
RoadRunner not responding after initial install
Hi, I was working on a similar use case and encountered a similar issue. After trying several approaches, I found a workaround ...

5 months ago | 0

Answered
How to sending data from matlab to arduino?
Hi Sang, I understand that you want to send the data from MATLAB to Aurdino, you can use the 'serialport' function. Follow the...

5 months ago | 0

Answered
how to changes for two parameters values in simulink block at same time in matlab 2022. this function is already founded in matlab 2016
Hi ehab, I understand that you want to change multiple parameter values in a Simulink block at the same time. This can be achie...

5 months ago | 0

Answered
Are the grayed-out tire parameter fields in the "Combined Slip Wheel 2DOF" block closed-source, and if not, how can they be accessed?
Hi Kenneth, I understand that you want to access the grayed-out tire parameters for the 'Combined Slip Wheel 2DOF' block. This...

5 months ago | 0

Answered
Error popped : Failed Code generation information file does not exist. 0 of 1 models built (0 models already up to date)
Hi Jashan I understand that you are facing the error 'code generation Information file doesnot exist'. To resolve the error yo...

5 months ago | 0

Answered
how to Adjust Kp, Kd, and then Ki to make sure your CLCS output reaches the lowest steady-state error (S-S Error) from the graph
Hi, I understand that Kp, Kd, and then Ki to make sure your CLCS output reaches the lowest steady-state error. You can try the...

5 months ago | 0

Answered
Celestrak TLE files no longer working for creating satellite scenario
Hey lan, I reproduced the code from my end in 2024b MATLAB i dont face the isssue and code is working fine. The below debugi...

5 months ago | 0

Answered
train an alexnet with 2D spectrogram images
Hi Yasaman, I understand that you want to train an AlexNet with 2D spectrogram images.You can achieve the same with the help of...

6 months ago | 0

Answered
changing the TrackLogicState value in tracking with trackerGNN and making the tracker use the custom values in each time step.
Hi alex, I understand that you want to update the tracker based on condition A ,If condition A exists, update 'tracks.TrackLogi...

6 months ago | 0

| accepted

Answered
How to calculate the passed time for each group of row values in the n column in table?
Hi , I understand that to calculate the passed time for each group of row values in the n column that begins with value 1 and e...

6 months ago | 0

Answered
How to create a rf filter, from which I have the s-parameters file?
Hi Ana, I understand that you want to know if it is possible to create a RF filter given a certain S-parameters file. You can a...

6 months ago | 0

Answered
how to check weather the values are constant or fluctuating over a period of time and give a output in one or zeros in a simulink model
Hi abhijeet. I understand that you want to check whether values are constant or fluctuating during the first 50 seconds and out...

6 months ago | 0

Answered
How to continuously create an array of the latest values of a signal in SIMULINK?
Hi Bruce, I understand that you want to create an array and add values to it during the simulation. This can be achieved with t...

6 months ago | 0

| accepted

Answered
how to calculate the validation metrics ?
Hi Ahmad, I understand that you want to know how to compute the validation metrics and plot them. You can achieve this with the...

6 months ago | 0

Answered
how to read file
Hi, I understand that you're facing a path mismatch error. The path given as 'c' does not match the picture, as the required f...

6 months ago | 0

| accepted

Answered
How to read .mat file data
Hi chaaru, I understand that you're encountering the message 'Preview is too large to be displayed'. When you double-click on...

6 months ago | 0

Answered
When plotting functions like 1/sin(x), how can I remove the vertical lines at the points of discontinuity?
Hi, I understand that you want to remove the vertical lines that appear at the points of discontinutity for the function y=1/si...

6 months ago | 0

Load more