Beantwortet
legend in subplot graph
Hello @Chaudhary P Patel, To give a legend for multiple plots in a subplot, you can call the “legend” function after plotting a...

9 Monate vor | 0

Beantwortet
To Workspace block inside Subsystem, using mask
Hello @Hildo, I understand that you want to set or change the "Variable name" parameter of this "To Workspace" block dynamicall...

9 Monate vor | 0

Beantwortet
Is there a way to copy or extract or get the initial values or default Values of input ports of a bus or simulink Model with input signal names?
Hi @Jaleel Mughal, I understand that you want to automatically retrieve signal names from a Simulink model, get the initial or ...

10 Monate vor | 1

Beantwortet
PLot two cluster plot
Hi @sm m, I understand that you would like to plot two sets of data (“y1” and “y2”) as clusters on the x-axis, and instead of d...

10 Monate vor | 0

Beantwortet
Find decision tree with highest validation accuracy in tree ensemble
Hi @Kai Doenges, You can find the single decision tree with the highest validation accuracy by evaluating each tree in the ense...

10 Monate vor | 0

Beantwortet
Cannot find example file 'WindTurbineOpenLoop'
Hi @Rasmus, I understand you are trying to access 'WindTurbineOpenLoop' mentioned in the MATLAB documentation https://www.mathw...

10 Monate vor | 0

Beantwortet
How to implement an ensemble of SVM and ANN for multiclass data in Matlab?
Hi @Supriyo Srimani, MATLAB provides built-in ensemble learning techniques such as bagging, random space and some boosting algo...

11 Monate vor | 0

Beantwortet
How to plot the attached waterfall-type diagram and follow the peaks?
Hi @Arash A., The findpeaks function in MATLAB can be used to detect and highlight peaks in the curves. The below code snippe...

11 Monate vor | 0

Beantwortet
Published File does not display Figure/Graph in PDF
Hi @Richard Maffei, I understand that you want to automatically publish your MATLAB script and ensure that the output image app...

11 Monate vor | 0

Beantwortet
how can i divide image (grayscale) into overlapping blocks 8*8 ??
Hi @Amina BENKESSIRAT, To divide a grayscale image into overlapping 8x8 blocks in MATLAB R2024b, nested loops can be used to it...

11 Monate vor | 0

Beantwortet
I am using Regression Learner App for training the Neural Network, I want to know how to choose the different activation functions for different layers?
Hi @SWAROOP H P, I understand that you want to choose different activations for different layers of neural network in Regressio...

11 Monate vor | 1

| akzeptiert

Beantwortet
I am using Regression Learner App for training the Neural Network. I want to know how to specify the batch size, select adam optimizer and also where to select loss function?
Hi @SWAROOP H P, In the Regression Learner App, when utilizing Neural Networks as the model, you have several hyperparameter op...

11 Monate vor | 1

| akzeptiert

Beantwortet
how to display text in simulink?
Hii @ahmedalkhair mostafa, I understand that you want to display words according to the output produced by a Simulink block. ...

11 Monate vor | 0

Beantwortet
Extract Patient Name from Dicom Images
Hii @Neha P, The patient’s name can be extracted from DICOM image using dicominfo function available in MATLAB. You can refer...

11 Monate vor | 0

Beantwortet
How to set weights in fitcsvm?
Hi @Tom Gerard, To handle class imbalance in the “fitcsvm” function using the “Weights” parameter of the “BoxConstraint”, you...

12 Monate vor | 0

Beantwortet
bwconncomp and conn=3-by-3 constant marix not working for C/C++ Code Generation, despite using R2023b
Hi @Robin, I tried generating C code using the connectivity matrix [0 1 0;0 1 0;0 1 0], and got the same error in both MATLAB R...

12 Monate vor | 0

Beantwortet
Translational Hardstop and Accumulator Block
Hi @Andy Jiang, You can navigate as described below to insert these blocks Accumulator block: Simulation > Library Browser > S...

12 Monate vor | 0

Beantwortet
How to represent image feature in term of GMM model
Hi @Yuvarani Sadatcharam, You can use “fitgmdist” function in MATLAB to represent your extracted features using GMM. Here is a...

12 Monate vor | 0

Beantwortet
How to plot ROC for multi class?
Hi @tejasvee, You are correct that ROC curves are commonly used for evaluating the performance of binary classification models....

12 Monate vor | 0

Beantwortet
How does MATLAB's "trainnet" function handle network state during training?
Hi @Diana, I have used this MATLAB documentation example (https://www.mathworks.com/help/deeplearning/ug/train-network-on-image...

12 Monate vor | 0

Beantwortet
How to calculate Percentage wise confusion matrix for each class??
Hi @saeeda saher, When using “confusionmat”, the output is given in terms of the number of instances. To express the results as...

12 Monate vor | 0

Beantwortet
How to generate confusion matrix for multi class?
Hi @tejasvee, For plotting the confusion matrix for 5 classes, you can use “confusionchart” from MATLAB Deep Learning Toolbox (...

12 Monate vor | 0

Beantwortet
3-D radiation pattern from antenna measurement
MATLAB File Exchange submission offers the "polarplot3d" function, which allows you to create 3D radiation patterns using polar ...

12 Monate vor | 0

Beantwortet
Appdesigner TextArea display warning message from function
Hi @Tik Tak, You can use the “evalc” function in MATLAB to capture all output that would typically be displayed in the command ...

12 Monate vor | 1

Beantwortet
i want to create a cascadeforwardnet Neural Networks in MATLAB? how can i create?
Hello @sehrish shah, You can do this by using “cascadeforwadnet” function available in the “Deep Learning Toolbox” in MATLAB R...

etwa ein Jahr vor | 0

Beantwortet
difference between traingdm in patternnet vs sgdm in cnn
Hi @San May, “traingdm” is a training function used in “patternnet” networks. Since “patternnet” supports only batch processing ...

etwa ein Jahr vor | 0

Beantwortet
Batch or online training?
Hello @Lorena Andrade, the training type used in “patternnet” network is “batch”. This means that the network weights and biases...

etwa ein Jahr vor | 0

Beantwortet
setting WindowButtonMotionFcn to several subplots. Later command set(gcf, 'WindowButtonMotionFcn'...) work only for last suplot
Hi @Yurii Iotov, I get that you would like to know if it is feasible to have distinct “WindowButtonMotionFcn” callbacks for each...

etwa ein Jahr vor | 0

Beantwortet
how can i hover over my uiaxes to get real time zoomed-in image in another uiaxes on matlab appdesigner?
Hi @Baibhav, I understand that you are trying to implement a feature that allows you to hover over “uiaxes” that has been create...

etwa ein Jahr vor | 0

Beantwortet
How to use Svd
Hi, I understand that you are trying to apply “svd” to an image which is producing an error. As SVD works on only 2D matrices,...

etwa ein Jahr vor | 0

Mehr laden