Community Profile

photo

Oman Wisni


Last seen: 8 mois il y a Actif depuis 2018

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

All
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 4

Afficher les badges

Content Feed

Afficher par

A soumis


M-code for leaf identification
Easily to implement and learning about recogniton

environ 5 ans il y a | 4 téléchargements |

Question


What happen with confusion matrix ?
Hi, Im trying to create confusion matrix, but the result in the green color or true class is not 100%, if the range 1-10 it shou...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


Want to share my code
hi, I want to share my matlab code that I use for my web-based project thesis. I got a lot of help completing the MATLAB program...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


How save the image using strcat ?
Hi, I want save my Image in folder there is include the name of image using strcat, I try but error ? here my function : func...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


Create GUI to desktop apps
Hy, I have 2 GUI in MATLAB. the name tes1.fig, tes1.m & tes2.fig,tes2.m.. This all interdependent each other. Now I want package...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


Imread Image using pwd?
Hi, is there any way to create code for imread image using pwd, without declarad specific directory? like : im = imread(pwd,...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


Error not suitable symbol found ?
Hi, I have post many questions here, and all my questions get great answers from this forum. Now I have other question again her...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


error package using java ?
Hi, Im trying to package my function using MATLAB Compiler Java Package, But I get error like this ? ant: <ant> <mkdir dir...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


How create function for call image?
Hy, I want create function for input the image but, when I run my code cannot read images. Can help me fix my code? here my code...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to test only one row ?
Hi, I have code for test data the result between ttes and pred_tes is equivalent. Now I want only test one row, where the inpu...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Not include Web App Compiler.
Hi, I want integrate to website, but when I want to package using Web App Compiler, there is no Web App Compiler. I using MATLAB...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to normalize data ?
Hi, I have data with dimension 1x25, where x = rand(1,25); D = size(x,2); I'm trying using this code, but the result is NaN....

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Developt matlab to website ??
Hi, I have finished testing the data, I want to display the results through the website, but the results I want to display are t...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


How to save accuracy training and testing data after learn classification?
Hy, I already finish train and tes data. I want to save the accuracy I get from every train and test. I do train and tes 5 times...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How create training and testing data with k-fold validation using neural network ?
Hi, I have finished training and testing data with the neural network formula that I calculated manually. Where is my data x = ...

plus de 5 ans il y a | 1 réponse | 1

1

réponse

Question


Error using bsxfun??
Hi, I want to display the results of the calculations that I made, I want to add two values with different matrix sizes, I use...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Create python code to matlab ?
Hi, I have code Python like below : probs = exp_scores / np.sum(exp_scores, axis=1, keepdims=True) Then, I write to matlab cod...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to multiply dimension matrix ???
Hi, I have matrix with dimension like below : A = 220 x 1; B = 220 x 11; I want C = 1 x 11 Im trying this code C = bs...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Input and target have different number of sampel
Hi, I have some code her and following some example how to create neural network using toolbox. I have matrix with dimension lik...

plus de 5 ans il y a | 3 réponses | 0

3

réponses

Question


Error using +. Matrix dimensions must agree
Hi, I'm trying to create neural network for train my data. But I get error. I though its right but which one should I fix. Here ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


K-fold cross validaton.
Hi, I will using K-fold cross validation for take random my data. I have image 275, my folder name leaf. In that folder includ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Error using cellstr.
I want to take all the pictures from my folder. I have made a code to take all the pictures and from each of the images I extrac...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


how to read cell in mat file ?
hi, I have ex.mat file which contain value like below X1 1 2 3 X2 2 3 4 when I using function load('ex.mat'); ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


add value in array
hi, I have foldername of image, the name of image is a1.bmp, a2.bmp, b1.bmp, b2.bmp. I want store in array when a1 & a2.bm...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Hi, how training and testing image using Multilayer Perceptron and image taken use k-fold validation for clasfication image leaf
I have pictures of leaves that will be train and test as many as 275 images, this image consists of 11 species. I have also extr...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Hi, how to adding value to array in existing array ?
I have aray containing headers and values from some feature extractions. I also have 275 images. When I run my code, I want the ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Hi, I want ask you why the size of graycomatrix 8 x 8 ? that size default 8 x 8 or how ?
sir I example matrix gray = [0 1 2 2; 1 1 2 1; 1 0 2 0;]; but after I m=graycomatrix(gray); the result like this : m = ...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


how to calculate glcm ?
Hi, here I have code for calculate glcm using graycoprops(); and manual calculated. When I run in comman window using graycoprop...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Hi, how to create new variable and add data in excel using matlab ?
I have 25 value from 25 variable. I already save it in excel. Here I have 175 data of image, so I need 175 rows for save the all...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Hi, who can complete my this code. I find feature extraction using GLCM, in below the formula.
I know there is a function graycoprops() in Matlab Image Processing Toolbox that computes four parameters Contrast, Correlation,...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Charger plus