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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

Answered
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,...

1 year ago | 0

Answered
Can't get 'ValueChangedFcn' callback to work for 'uidatepicker '
Hi, I understand that you want to add a date picker to the main app window and trigger an action whenever the date is changed us...

1 year ago | 0

Answered
How can I change the visible limits of uidatepicker?
Hi, I get that you want the dropdown to show the years from “1960” to “2040”, but it’s showing a range of only 40 years. I am ab...

1 year ago | 0