photo

Malay Agarwal


Last seen: 5 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Programming Languages:
Python, C++, C
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistik

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Parallel computing on Standalone Desktop App
Hi @Pierpaolo, To deploy MATLAB applications that run in parallel, you need to make sure that the cluster profile of the cluste...

10 Tage vor | 0

Beantwortet
SIngleton implementation without persistent variables
Hi @Rohan, You can create a singleton class without using persistent variables by defining the instance as a constant property....

12 Tage vor | 0

Beantwortet
How to create a Cosimulation Block without using Cosimulation Wizard?
Hi @Xuan, Please take a look at the following example, which shows how to create a "Cosimulation Block" using the command-line ...

13 Tage vor | 0

| akzeptiert

Beantwortet
Arduino Uno Connection in R2024a for Standalone Application
Hi @Nathan Kimmitt, You can refer to the following example for a step-by-step guide on how to create standalone applications fo...

13 Tage vor | 0

Beantwortet
Métodos numéricos en simulink
Hi @Valeria, I'm not sure if your professor wants you to use the Euler's method in Simulink as well. You can solve differential...

13 Tage vor | 0

Beantwortet
What is the difference between oobPredict and predict with ensemble of bagged decision trees?
Hi @Faranak, The "oobPredict" function is used to get a more realistic estimate of the performance of the model. For each data ...

14 Tage vor | 1

| akzeptiert

Beantwortet
How to communicate with TCSPC via MATLAB?
Hi @Daewon Hwang, If you have downloaded the DLLs from the vendor, you can use the "loadlibrary" function in MATLAB to load the...

15 Tage vor | 0

Beantwortet
unable to incorporate own design Loss function in r2024a
Hi @Petr Kolar, The error occurs since "softmaxLayer" is actually a function and cannot act as a base class for a class. You ca...

15 Tage vor | 0

| akzeptiert

Beantwortet
How I Can Find The HumanActivityData data set contains over 380000 observations of five different physical human activities? from Brian Hu
Hi @Khairul Jauhari, Assuming you are using MATLAB R2024a, I believe you are talking about this example: https://www.mathworks....

17 Tage vor | 0

Beantwortet
How to add a legend for a boxplot that indicates how the boxplot was created (summary statistics)?
Hi @Jonathan Bessette, To make such a legend, you will have to use the "findobj" function to obtain handles to the different el...

19 Tage vor | 1

| akzeptiert

Beantwortet
Issue with changing Xlabel in DensityScatterChart fucntion
Hi @MechenG, You can set the x-label using all the properties by first calling the "unmanage" function on the "densityScatterCh...

20 Tage vor | 0

| akzeptiert

Beantwortet
How to Install and Use Gazebo Plugin in Simulink for Accessing ROS Topics with MAVROS and PX4 Autopilot?
Hi @Gaurav, You can follow the steps mentioned in the following link to install the Gazebo plugin: https://www.mathworks.com/he...

20 Tage vor | 0

Beantwortet
Use the PyTorch Model Predict function block in the matlab2024a simulink module to import a neural network trained using pytorch.
Hi @Daisy, According to the documentation for the "PyTorch Model Predict Block", when you specify the "Load command" block para...

20 Tage vor | 0

Beantwortet
Know if Serialport is connected (in App Designer program); ishandle() always true
Hi @Gavin, You can use the "serialportlist" function with the "available" argument to check which serial ports are available. I...

21 Tage vor | 0

| akzeptiert

Beantwortet
how can i access to the export button on the architecture views of the system composer, using code?
Hi @Victoria, You can use the Simulink Report Generator toolbox (https://www.mathworks.com/products/simulink-report-generator.h...

21 Tage vor | 0

Beantwortet
Blocking pixel label data for semantic segmentation DL training
Hi @Software Developer, Please refer to the following link for an example on how to train a U-Net on multispectral images: http...

2 Monate vor | 0

Beantwortet
fzero of MATLAB and FindRoot of Mathematica give different results
Hi @qilin guo, You're seeing a different graph since you're finding the root around the initial value [-1, 1] in MATLAB while t...

2 Monate vor | 0

| akzeptiert

Beantwortet
nrTDLchannel for uplink - using swapTransmitAndReceive or TransmissionDirection
Hi @Oron, In MATLAB's 5G Toolbox, both "TransmissionDirection" and "swapTransmitAndReceive" are used to handle the direction of...

3 Monate vor | 0

Beantwortet
How to train ACF detector with groundTruthMultisignal object
Hi @Liam Viney, I understand that you want to train an ACF detector using labeled data you've created using the Ground Truth La...

3 Monate vor | 0

| akzeptiert

Beantwortet
Hidden Size in autoencoder
Hi @Jahetbe, There is no rule of thumb for selecting the hidden size in an autoencoder. The best way to determine the hidden si...

3 Monate vor | 0

Beantwortet
Multiple-input, single-output
Hi @Jesus Mª Juarez Ferreras, I understand that you want to train a multi-input, single-output network using the “trainNetwork”...

4 Monate vor | 0

| akzeptiert

Beantwortet
Question about the Matlab Wasserstein GAN example
Hi @Mohammed, The diagram of the Discriminator model in the example (https://www.mathworks.com/help/deeplearning/ug/trainwasser...

4 Monate vor | 0

Beantwortet
Import Object Detector Model into Simulink
Hi @Jack Gilbert, I understand that you want to use a trained "YOLOv4" model in Simulink as a block. Since MATLAB R2021b, ther...

4 Monate vor | 0

Beantwortet
Split two 3D geometries having the same matrix of nodes and faces
Hi @Alberto Acri, I understand that you have a single set of nodes and faces which defines two geometries and want to separate ...

4 Monate vor | 1

| akzeptiert

Beantwortet
Making Enter trigger a button in a .mlapp dialog
Hi Ken, I understand that you want to trigger the “Load” button when you press the enter key after changing the text in an edit...

5 Monate vor | 1

| akzeptiert

Beantwortet
Error using fmincon function
Hi @Nazia, I understand that you are trying to use the “fmincon” function and are receiving an error. The error is “Too many i...

5 Monate vor | 0

Beantwortet
Using quiver plot,how to show the states of polarization (SoP) in vector beams
Hi @明泽, For a radially polarized beam, the electric field vectors point away from the center of the beam. The polarization vect...

5 Monate vor | 0

| akzeptiert

Beantwortet
Matlab 2024a no funciona en Linux Mint 21.3 Cinnamon
Hi @CRD, Please refer to the following answer by the MathWorks Support Team for information on how to potentially fix this err...

5 Monate vor | 0

| akzeptiert

Beantwortet
dim error of dlnetwork predict
Hi @jingwen, I understand that you have trained a sequence neural network to classify samples into one of two classes and were ...

5 Monate vor | 0

Beantwortet
Retrieving Layer Activations from bertDocumentClassifier (Text Analytics Tooblx)
Hi Tsvi, I understand that you want to retrieve layer activations from a trained “bertDocumentClassifier” model. There are two...

6 Monate vor | 0

| akzeptiert

Mehr laden