I want to run a code where inside every folder i have a data file and save in each folder a .fig. Can anyone help me? …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I want to run a code where inside every folder i have a data file and save in each folder a .fig. Can anyone help me? …
I want to run the code below, inside every folder i have an excel file (data.xls) and i want to compare 10 excel files into 1. Can anyone help me? path = 'D:'; S = dir(fullfile(…
a- 1 a-2 a-3 aaa 1 6 15 bbb 2 7 14 ccc 3 8 13 ddd 4 9 12 eee 5 10 11…
I have an excel file with 50 sheets. Each excel sheet has 4 coloumns. I want to plot graph in each excel sheet using 4 coloumns as 4 series of data. How is it possible. …
When I use the "dlnetwork" type deep neural network model to make predictions, the results of the two functions are very different, except that using the predict function will free…
I want to build two inputs, one output network. But the first input is an image and the second input is a vector. When I try to train the network with cell array including tw…
Hi, I am new to deep learning and I am struggling to grasp the concept of validation and its interpretation in training progress plots. As far I understand after some Googling, …
I would like to train a CNN for image regression using a datastore. My images are stored in .mat files (not png or jpeg). This is not image-to-image regression, rather an image to …
Hi, i currently having confusion on the 'MiniBatchSize' function offered under trainingOptions in deep learning. I put a scenario below for better understanding on the questions. E…
How to automatically update editText box with 'new axes limit' when Zoom tool has changed the axes limit? I am looking at an example with zoom given in Matlab help: function demo %…