
Maneet Kaur Bagga
自 2022 起处于活动状态
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Professional Interests:
Test and Debug, AI and Statistics, Data Analysis
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Professional Interests:
Test and Debug, AI and Statistics, Data Analysis
Feeds
已回答
I can't run my Simulink model due to "loading-forever" problem
Hi, As per my understanding, your Simulink model is hanging indefinetely after clicking "Monitor and Tune". Please refer to the...
I can't run my Simulink model due to "loading-forever" problem
Hi, As per my understanding, your Simulink model is hanging indefinetely after clicking "Monitor and Tune". Please refer to the...
15 days 前 | 0
已回答
How to prevent users from accessing the web app session log?
Hi, As per my understanding, the "show log" button is used for debugging and testing and it cannot be disabled in the developme...
How to prevent users from accessing the web app session log?
Hi, As per my understanding, the "show log" button is used for debugging and testing and it cannot be disabled in the developme...
15 days 前 | 0
| 已接受
已回答
Writing a loop to compute Indices
Hi, As per my understanding, you have given a signal of length 5000 and a window length of 1024. You want to compute the start ...
Writing a loop to compute Indices
Hi, As per my understanding, you have given a signal of length 5000 and a window length of 1024. You want to compute the start ...
15 days 前 | 0
已回答
why teensy library not exist
Hi, As per my understanding, you are trying to install the "Simulink Embedded Coder Target" for Teensy but the toolboxes or blo...
why teensy library not exist
Hi, As per my understanding, you are trying to install the "Simulink Embedded Coder Target" for Teensy but the toolboxes or blo...
20 days 前 | 0
已回答
Configure MATLAB coder for Ti C2000 compiler
Hi, As per my understanding, you are trying to compile C2000 "driverlib" functions into an S-Function in MATLAB. To use the TI ...
Configure MATLAB coder for Ti C2000 compiler
Hi, As per my understanding, you are trying to compile C2000 "driverlib" functions into an S-Function in MATLAB. To use the TI ...
20 days 前 | 0
已回答
cmake findMatlab - location of matlabConfig.cmake or matlab-config.cmake in the MATLAB installation directory
Hi, As per my understanding, your error is because "matlabConfig.cmake" file is not provided by MATLAB. The possible workaround...
cmake findMatlab - location of matlabConfig.cmake or matlab-config.cmake in the MATLAB installation directory
Hi, As per my understanding, your error is because "matlabConfig.cmake" file is not provided by MATLAB. The possible workaround...
20 days 前 | 0
已回答
Can I make a custom RL agent that has 2 distinct critics and 1 actor?
Hi, As per my understanding, you can implement a custom RL agent with one actor and two critics while still using MATLAB's buil...
Can I make a custom RL agent that has 2 distinct critics and 1 actor?
Hi, As per my understanding, you can implement a custom RL agent with one actor and two critics while still using MATLAB's buil...
21 days 前 | 0
已回答
Why can't jitter function use a eyediagromSI object as the input argument y?
Hi, As per my understanding, the error suggests that "jitter" function expects a numerical data. Please refer to the following ...
Why can't jitter function use a eyediagromSI object as the input argument y?
Hi, As per my understanding, the error suggests that "jitter" function expects a numerical data. Please refer to the following ...
21 days 前 | 0
已回答
Unable to start channel CAN communication
Hi, As per my understanding, you are using MATLAB to interface with a "PEAK-System PCAN-USB" using the Vehicle Network Toolbox....
Unable to start channel CAN communication
Hi, As per my understanding, you are using MATLAB to interface with a "PEAK-System PCAN-USB" using the Vehicle Network Toolbox....
22 days 前 | 0
已回答
fmi2ExitInitializationMode error
Hi, As per my understanding from the log attached, the error occurs at "fmi2ExitInitializationMode", which suggests the issue w...
fmi2ExitInitializationMode error
Hi, As per my understanding from the log attached, the error occurs at "fmi2ExitInitializationMode", which suggests the issue w...
22 days 前 | 0
已回答
IK solver algorithm fminconsqp performance (2025a prerelease)
Hi, As per my understanding "fminconsqp" solver does not support random restart therefore it is prone to a local minima. Turnin...
IK solver algorithm fminconsqp performance (2025a prerelease)
Hi, As per my understanding "fminconsqp" solver does not support random restart therefore it is prone to a local minima. Turnin...
22 days 前 | 0
| 已接受
已回答
How do I compute the transfer matrices of the coprime factorisation?
Hi, As per my understanding, your originial system "K" has 2 inputs, 1 output and 3 states and the "redinfo.GL" has 3 inputs wh...
How do I compute the transfer matrices of the coprime factorisation?
Hi, As per my understanding, your originial system "K" has 2 inputs, 1 output and 3 states and the "redinfo.GL" has 3 inputs wh...
22 days 前 | 0
已回答
How to let the reinforcement learning agent know exactly what action it takes?
Hi, As per my understanding, the issue is encountered because your DES contains specific policies, such as switching gates base...
How to let the reinforcement learning agent know exactly what action it takes?
Hi, As per my understanding, the issue is encountered because your DES contains specific policies, such as switching gates base...
5 months 前 | 0
已回答
Basic Predistortion code for Saleh and Rapp nonlinearity
Hi, As per my understanding, you are using MATLAB's "comm.DPD" system object but you observed that the output of your amplifier...
Basic Predistortion code for Saleh and Rapp nonlinearity
Hi, As per my understanding, you are using MATLAB's "comm.DPD" system object but you observed that the output of your amplifier...
5 months 前 | 0
已回答
Communications Toolbox Support Package for USRP Radio not showing from simulink library
Hi, As per my understanding, you have installed the "Communications Toolbox Support Package for USRP Radio" but you cannot see ...
Communications Toolbox Support Package for USRP Radio not showing from simulink library
Hi, As per my understanding, you have installed the "Communications Toolbox Support Package for USRP Radio" but you cannot see ...
5 months 前 | 0
已回答
Localization in wireless sensor network
Hi, I understand that you want to implement localization in WSNs using both range-based and range-free methods. Please refer to...
Localization in wireless sensor network
Hi, I understand that you want to implement localization in WSNs using both range-based and range-free methods. Please refer to...
5 months 前 | 0
已回答
Unrolling ARID_DEF structs
Hi, As per my understanding, to optimize the large "ARID_DEF" struct by splitting it into smaller sub-structs, you can use the ...
Unrolling ARID_DEF structs
Hi, As per my understanding, to optimize the large "ARID_DEF" struct by splitting it into smaller sub-structs, you can use the ...
5 months 前 | 0
已回答
Operating points error: Error:The simulation inputs must be specified as a vector of doubles while using the trimming tool from model linearizer
Hi, As per my understanding, the "Model Linearizer" requires the inputs to be explicitly defined as a vector of doubles for tri...
Operating points error: Error:The simulation inputs must be specified as a vector of doubles while using the trimming tool from model linearizer
Hi, As per my understanding, the "Model Linearizer" requires the inputs to be explicitly defined as a vector of doubles for tri...
5 months 前 | 0
已回答
Silent Installation. Runs as a background task? Microsoft Deployment Toolkit (MDT) Task Sequences
Hi, As per my understanding, MATLAB's silent installer runs asynchronously, so MDT treats the task as completed when the instal...
Silent Installation. Runs as a background task? Microsoft Deployment Toolkit (MDT) Task Sequences
Hi, As per my understanding, MATLAB's silent installer runs asynchronously, so MDT treats the task as completed when the instal...
5 months 前 | 0
已回答
I need to add CJK trigger registers, information storage modes, etc. to the scheme
Hi, Please refer to the following steps to modify the exisitng circuit and accmplish the mentioned task: To represent your las...
I need to add CJK trigger registers, information storage modes, etc. to the scheme
Hi, Please refer to the following steps to modify the exisitng circuit and accmplish the mentioned task: To represent your las...
6 months 前 | 0
已回答
why I got very low IoU compaired with ssim?
Hi, After inspection of your images, I can see that both the "ground truth" and "model output" are in "grayscale" format and no...
why I got very low IoU compaired with ssim?
Hi, After inspection of your images, I can see that both the "ground truth" and "model output" are in "grayscale" format and no...
6 months 前 | 0
已回答
bootstrap clustering at region level
Hi, Please refer to the following as answer to your questions: Bootstrap commands "bootstrp" and "bootci": bootstrp - This f...
bootstrap clustering at region level
Hi, Please refer to the following as answer to your questions: Bootstrap commands "bootstrp" and "bootci": bootstrp - This f...
7 months 前 | 0
已回答
how to compute orthonormal vectors via Lanczos process?
Hi, After going through the code given, I understand that the error you are encountering is due to the following reasons: In M...
how to compute orthonormal vectors via Lanczos process?
Hi, After going through the code given, I understand that the error you are encountering is due to the following reasons: In M...
7 months 前 | 0
已回答
Cross correlation of several rows within a matrix
Hi, As per my understanding you are performing the cross-correlation for each coloumn pair manually for two matrices, for which...
Cross correlation of several rows within a matrix
Hi, As per my understanding you are performing the cross-correlation for each coloumn pair manually for two matrices, for which...
7 months 前 | 0
已回答
Is there a way to customize the default Morelet coefficient \omega_0 of 0.6 when using cwtft and wcohrence?
Hi, As per my understanding you want to change the default value of the Morelet wavelet's central frequency "w0" from "6" to "2...
Is there a way to customize the default Morelet coefficient \omega_0 of 0.6 when using cwtft and wcohrence?
Hi, As per my understanding you want to change the default value of the Morelet wavelet's central frequency "w0" from "6" to "2...
7 months 前 | 0
已回答
Random road profile to quarter car model in simulink
Hi, As per my understanding the error you are encountering is due to the discrete data that is input directly into "derivative"...
Random road profile to quarter car model in simulink
Hi, As per my understanding the error you are encountering is due to the discrete data that is input directly into "derivative"...
7 months 前 | 0
已回答
How to subtract surface from pdegplot?
Hi , As per my understanding, the code has the following errors: The function "generateMesh(model)" was called but the output ...
How to subtract surface from pdegplot?
Hi , As per my understanding, the code has the following errors: The function "generateMesh(model)" was called but the output ...
7 months 前 | 0
已回答
Imaq: Blank image on a Hamamatsu C9732DK camera.
Hi, As per my understanding you are encountering a communication issue between the "Hamamatsu" camera and the Image Acquisition...
Imaq: Blank image on a Hamamatsu C9732DK camera.
Hi, As per my understanding you are encountering a communication issue between the "Hamamatsu" camera and the Image Acquisition...
7 months 前 | 0
已回答
LTE Toolbox eNodeB configuration
Hi, As per my understanding you are configuring the LTE simulation with the predefined Reference Measurment Channel "R.12". By ...
LTE Toolbox eNodeB configuration
Hi, As per my understanding you are configuring the LTE simulation with the predefined Reference Measurment Channel "R.12". By ...
7 months 前 | 0
已回答
what should we do in matlab code for newtons raphson method in the case f'(xn)=0 ?
Hi, As per my understanding from the given code, following are the errors which can cause runtime errors: When using the Newto...
what should we do in matlab code for newtons raphson method in the case f'(xn)=0 ?
Hi, As per my understanding from the given code, following are the errors which can cause runtime errors: When using the Newto...
7 months 前 | 0