Aiman Zara
Statistics
RANK
109,926
of 283,654
REPUTATION
0
CONTRIBUTIONS
30 Questions
2 Answers
ANSWER ACCEPTANCE
26.67%
VOTES RECEIVED
0
RANK
of 19,154
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 136,336
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
how to export image classification results in excel sheet
i did image classification using Neural Network, now I want the results shown in command window to also save/export in excel she...
28 days ago | 1 answer | 0
1
answerQuestion
how to display excel data
i have used this code but it only displays data against coloumn1 (if I enter any field from coloumn1 then it displays the whole ...
5 months ago | 1 answer | 0
1
answerhow to search specific data from matlab in excel
in = input('F'); [num,txt,raw] = xlsread('ExcelData.csv'); p = strcmpi(in,raw(:,2));% Compare user input string with entries i...
5 months ago | 0
Question
Error using table (line 231) All table variables must have the same number of rows. Error in correct1 (line 35) disease_cure_table = table(all_diseases,all_Pests, all_cures,
I have two excel files, need to find the commomn diseases in both and then write disease names and their cures in the same row i...
6 months ago | 1 answer | 0
1
answerQuestion
in pool1_2, input size mismatch. size of input to this layer is different from the expected input size. Inputs to this layer: from the layer relu1_2 (1*1*64 output)
I have used deep network designer, I am stuck with this error, please help me modify the code layers = [ imageInputLaye...
6 months ago | 1 answer | 0
1
answerHow to write two columns data in new excel, from the already available two excel files
@Walter Roberson From the above code I changed the following lines all_cures = {fusarium_cure1; fusarium_cure2; bacterial_cur...
6 months ago | 0
Question
how to write values in excel after fetching from other excel files
i used this code file1 = 'DiseaseCure.csv'; file2 = 'ExcelStages.csv'; data1 = readtable(file1); data2 = readtable(file2); ...
6 months ago | 1 answer | 0
1
answerQuestion
How to write two columns data in new excel, from the already available two excel files
i want to write the common diseases and their cure from the two excel files(attached). The new table should contain two columns ...
6 months ago | 2 answers | 0
2
answersQuestion
how to fetch data from excel and store it in another excel file
I have a data in excel table, I want to fetch some data from that table and then store it in anaother table. How to do that plea...
7 months ago | 2 answers | 0
2
answersQuestion
how to find the filter size, kernels, stride and padding for the next convolutional layer in a neural network
I want to know how one can find the kernels, filter size in a neural network (say it is Alexnet). How we got filter size 11,11 a...
7 months ago | 0 answers | 0
0
answersQuestion
Error using == Matrix dimensions must agree.
using this code to find the location of each element in the matrix fn = 'FinalBookExcel.csv'; data = readmatrix(fn); % read th...
7 months ago | 1 answer | 0
1
answerQuestion
how to find the corresponding elements in a matrix/excel
Like if I name the Stage 2 then it should display the disease name(Alternaria leafspot) occuring at that stage. Sample file atta...
7 months ago | 1 answer | 0
1
answerQuestion
how to find the location of a specific element in a matrix or in a excel file
i need to find the location of each element from the matrix/excel, how can i do it through matlab functions? if not possible wit...
7 months ago | 1 answer | 0
1
answerQuestion
how to automatically find the location of the element/text in excel
I have to find a specific position/ location of any element in excel how would I do that? Like If I have to find the position of...
7 months ago | 1 answer | 0
1
answerQuestion
how to search a specific element/text from excel and then show if it is true/false
From excel i want to search a disease named "Fusarium wilt" and then I want to show that this disease is true(available in the e...
7 months ago | 1 answer | 0
1
answerQuestion
how to track objects in a live video
By using this code, when I show the image of the object in a phone it tracks its name but when i show a video then it can not id...
8 months ago | 1 answer | 0
1
answerQuestion
how to run the two MATLAB files(scripts) in one script
Like I want motion based object detection and live webcam video tracking to run in a single matlab script, how to do so? can som...
8 months ago | 0 answers | 0
0
answersQuestion
Is it possible to track diseases on plant say it is (orange) and also predict its yield based on the number of oranges on the tree in webcam live streaming using MATLAB?
i want to track orange tree diseases (along with disease name) and count the number of oranges on the tree during live webcam st...
8 months ago | 0 answers | 0
0
answersQuestion
how to resolve this input size error
i am having trouble to resolve this input size error, tried putting (224 224) the input size as my pretrained model is googlenet...
8 months ago | 1 answer | 0
1
answerQuestion
Is there any way possible to track an object along with its name on the webcam recording
I want to track no of objects along with it name on the webcam. Can anyone please guide me how to do that or share the code.
8 months ago | 0 answers | 0
0
answersQuestion
how to select the parts/objects in an image
I want to select the specific parts of an image, like I have a plant image and in that iamge I need to to select/highlight/ the ...
8 months ago | 2 answers | 0
2
answersQuestion
I have to find specific parts of an image , should I mention the size of those parts to be detected?
this is the output, I just want to detect the white cotton and the green bolls from the whole pic, also i need to validate the...
8 months ago | 0 answers | 0
0
answersQuestion
how to evaluate cotton plant size, its balls and bulb
Please help me find the code to predict cotton balls, bulbs and plant size
8 months ago | 0 answers | 0
0
answersQuestion
how to predict cotton bulb, cotton ball and plant size
could not find code for the estimating cotton bulbs, cotton balls and cotton plant size. Please help me I am a newbie here.
8 months ago | 1 answer | 0
1
answerQuestion
why my classification results are not correct
net = googlenet; inputSize = net.Layers(1).InputSize classNames = net.Layers(end).ClassNames; numClasses = numel(classNames);...
10 months ago | 1 answer | 0
1
answerQuestion
why do I get the Error using imageDatastore (line 6) Expected a string scalar or character vector for the parameter name.
% Store the output in a temporary folder downloadFolder = tempdir; filename = fullfile(downloadFolder,"D:\dataset\output"); ...
11 months ago | 1 answer | 0
1
answerQuestion
why can't I get the correct results when performing classification on googlenet model
i have trained my model using googlenet and it depicted 93% accuracy for disease detection, but after that when i perform classi...
11 months ago | 1 answer | 0
1
answerQuestion
getting deep network designer error in googlenet, my laptop shutdowns automatically during training
i am running training on googlenet but i get the error for deep learning desighner, dont know how how to resolve it. If I commit...
12 months ago | 0 answers | 0
0
answersQuestion
How much time MATLAB takes to train image data of 495MBs
I am using transfer learning code for alexnet and I have pictoral dataset of 495MBs, currently running a training on it and it s...
12 months ago | 1 answer | 0