photo

Manish


Last seen: 7 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
71 Respuestas

Cody

0 Problemas
2 Soluciones

CLASIFICACIÓN
1.364
of 301.352

REPUTACIÓN
52

CONTRIBUCIONES
0 Preguntas
71 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
 of 21.240

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
89.821
of 174.116

CONTRIBUCIONES
0 Problemas
2 Soluciones

PUNTUACIÓN
30

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Respondida
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 ...

10 meses hace | 0

Respondida
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...

10 meses hace | 0

Respondida
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 ...

10 meses hace | 0

Respondida
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...

10 meses hace | 0

Respondida
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 ...

10 meses hace | 0

Respondida
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...

10 meses hace | 1

Respondida
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...

10 meses hace | 0

Respondida
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...

10 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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 ...

11 meses hace | 0

Respondida
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...

11 meses hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Cargar más