Community Profile

photo

Malay Agarwal


Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

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

统计数据

  • Knowledgeable Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

1 day 前 | 0

| 已接受

已回答
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...

2 days 前 | 0

已回答
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...

4 days 前 | 0

| 已接受

已回答
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...

4 days 前 | 0

| 已接受

已回答
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 ...

4 days 前 | 0

已回答
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...

1 month 前 | 0

| 已接受

已回答
How to get a normal box plot graph we get in origin software which consist of box plot with data points scattered and normal distribution curve in MATLAB
Hi Deepan, I understand that you want to create a boxplot with the normal distribution and the datapoints for each category ove...

1 month 前 | 0

已回答
The model should generate 'N' number of editable input boxes using app design in MATLAB.
Hi Radha, I understand that you want to add N editable input fields to an app in App Designer, where N is a user-provided input...

1 month 前 | 1

| 已接受

已回答
How to run one instance of matlab in linux when opening a .m file
Hi Cyrus, I understand that you want to associate MATLAB files in Linux so that they launch in the same MATLAB instance when do...

1 month 前 | 0

已回答
custom weight,bias(like fullyconnectedlayer) layer
Hi Jaehong, I understand that you are using a custom multi-input layer and receiving an error about unconnected inputs when cre...

2 months 前 | 0

已回答
How to get neurons positions from net
Hi Jorge, I understand that you want the (x, y, z) coordinates of each neuron as they appear in the plot generated by “plotsomp...

2 months 前 | 0

已回答
Showing the distribution of graphs as a bar graph attached to the plot
Hi Kyuwon, I understand that you want to display a bar graph along the right boundary of another plot. The following code can ...

2 months 前 | 0

已回答
Does the Matlab Runtime work on NXP IMX8
Hi Jim, According to an accepted answer (https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Does-the-Matlab-Runtime-w...

2 months 前 | 0

已回答
DeepDreamImage for multi input network
Hi Imri, I understand that you are trying to use the “deepDreamImage” function to visualize a neural network with multiple inpu...

2 months 前 | 0

已回答
How can I reduce redundant edges in a Hasse diagram?
Hi Junseo, It is my understanding that you have a Hasse diagram represented as a directed graph and want to remove redundant ed...

2 months 前 | 1

| 已接受

已回答
Want to use barbellgraph.mat as a mesh
Hi Michelle, I understand that you want to use the data in “barbellgraph.mat” file, used in the example “Partition Graph with L...

2 months 前 | 0

| 已接受

已回答
Including a Toolbox When Creating a Standalone Application & Packaging it Into a Matlab Runtime Docker Image
Hi Matt, I understand that you’re trying to containerize MATLAB with additional support packages, specifically the support pack...

2 months 前 | 0

已回答
create a new deep learning network with two inputs, one is imageinput, the other is sequence input, but deep learning network analyzer makes error that Incompatible layer type
Hi, I am assuming that you’re using MATLAB R2021b or earlier. It is not possible to combine a Recurrent Neural Network and a C...

2 months 前 | 0

已回答
I am getting ''Error using classreg.learning.FullClassificationRegressionModel.prepareDataCR '' error in diabetic retinopahty classification code
Hi @Senanur Özdemir, I understand that you're trying to use VGG-16 as a feature extractor for your images and then use an SVM c...

3 months 前 | 0

已回答
How to change the default loss function from "crossentropyex" to "crossentropy" using the pixelClassificationLayer in MATLAB?
Hi @Gobert, Unfortunately, the LossFunction property of the pixelClassificationLayer is read-only and cannot be changed. What y...

10 months 前 | 0

| 已接受

已回答
Find roots of quadratic matrix polyunomial
Hi @Andrea Baleani, Please try the following code. This uses the fsolve function to solve the equation numerically.: % Define ...

10 months 前 | 0

已回答
WAIT timeout on image acquisition toolbox
Hi @AT_HYZ, Could you try uncommenting the set() line that changes the timeout for v? That will set the timeout to 600 seconds ...

10 months 前 | 0

| 已接受

已回答
Datetimes in table not displayed
Hi @Dennis, I am assuming that your datetimes are in a 401x1 cell array, where each row in the cell array is a vector of dateti...

10 months 前 | 0

已回答
How to include specific rows and columns of matrices into a zero matrix
Hi @Stefano Russo, You can do this as shown: A=zeros(2,8); V=[1 4 7]; M=[1 2 3 4 5 6 7 8; 9 10 11 12 13 14 15 16]; A(:, V) ...

10 months 前 | 0

已回答
write a recursive palindrome function but the error is always not enough input arguments
Hi @Christine, Please use the following function. Your code is missing an end to end the function defintion. There are also log...

10 months 前 | 1

已回答
Inserting a comment before the pdf report of the execution of a matlab.unittest.TestCase function
Hi Marco, Please take a look at this resource and see if it helps you out: Plugin to Generate Custom Test Output Format - MATLA...

10 months 前 | 1

已回答
Can I use the Matlab function called "dice" to compare two histograms (or discrete probability distributions)?
Hi Sim I am not sure if the dice function can be used to compare two histograms, but you can use the function pdist2 to get a s...

10 months 前 | 1

已回答
how to validate a simulink model?
Hi Ashutosh, Please take a look at the following resource for information on Model Validation: Model Validation. Please revert ...

10 months 前 | 0

| 已接受

已回答
Calculate the average of each matrix block
Hi Lama, You can use something similar to a convolution operation in Machine Learning. You can start by creating a "filter", wh...

10 months 前 | 0

已回答
How to add a dropdown component in a single cell of a table in app designer?
Hi Alessandro, Please see the following code snippet to add a dropdown to a particular cell: % Drop Down Options options = ca...

10 months 前 | 1

| 已接受

加载更多