Kamyar Mazarei
Followers: 0 Following: 0
Statistics
24 Questions
0 Answers
RANK
79 216
of 295 467
REPUTATION
0
CONTRIBUTIONS
24 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Feeds
Question
How to Plot Decision Boundary for SVM
Hi, after i make my model using 'fitcsvm' and predict the test data, id like to know the boundary and plot it i cant find any...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Subploting 2 plots vertically
in subplot if i put subplot(2,2,1:2) ill have a horizental for 1 and 2 but what if i want a subplot for 1 and 3 (vartical)? is...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Testing a neural network after training it
hi i have a 2 class problem and im using vgg16 as a convnet to classify im using deep network designer app and after training ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
invalid training data the output size of the last layer (1000) does not match the number of classes (2)
hi im using vgg16 app to classify images of CAT scan and gives me this error for training i have 1000 images of covid and 999...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
need help making a 'for' loop to make a new matrix
hi i have 40 matrixes 13x16 i want to make a new matrix 1x40 with max values im using this: for iii=1:40 M(1,iii...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
How do i upload all images at once?
hi lets say i have 2 folders called 'test' and 'train' and each one has 2 files 'A' and 'B' which each one has about 1000 image...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
load a folder of excel files
hi i have 146 excel files in a folder and want to load them all i dont want to go through import window everytime, so is ther...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
Finding letter in an image using convolution (ocr)
hi i want to find letters in an image using conv2 and then highlight the letter in original image just like OCR does lets s...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
making a typical multi frequency non-stationary sin signal
hi i want to creat a simple signal for a presentation on wavelet i just need a simple signal that is like, sin with 5hz then 1...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
add variable in the graph legend
hi i have 2 matrixes A and CC which are named 'Org' and 'Rec' and variable CR and PRD i want to plot A and CC on each other...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
line equation and finding the distance to a 3rd point
i have a matrix A=[a1 a2 a3 a4 . . . i want to calculate distance form a2 to a1_a3 line i want something simple like this (...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
expanding matrix with linear line between new samples
hi lets say i have a 1x20 matrix called A which are samples of a plot i want to expand A to be 1x50 when i try to make it l...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
turn a sentence into matrix of words
hi i have A=1xn characters sentence i want to create matrix B=1xn size which B hast words in a matrix set thank you edit: i...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
removing words from texts with 'removeWords' ???
hi i want to remove 150 words from 2226 texts (1x150 and 1x2226 matrixes) i googled it and this came up https://www.mathworks...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
adding noise to images
hi i need to add x% noise ONLY to black areas of my image (image is grayscale) so x% of the black areas be replaced with white...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
using 520 samples train 519 and test 1 using LOOCV
hi i have 3600x520 matrix (b) for patterns and a 26x520 matrix (t) for targer values i want to train a perceptron using newp(),...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
Classifying 2D patterns (images of alphabet letters) using Perceptron rule
hi i have asked this question couple of times in different forms but didnt get any real answers i have 520 images of alphabet l...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
how to load images in order
hi i have 520 images in total 20 images in 26 files each images is names 1 to 20 and files 1 to 26 i want to load them 1 by ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
create new matrix with another matrix (downsampling)
hi i have a 1xm matrix 'A' and want to make a new matrix that is 1xn 'B' matrix B has values from matrix A IF the change in v...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
simple matrix process for some values
hi im new to matlab i want to process some of the matrix values but not all like if i have a matrix i just want to add 10 to...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
perceptron classifier for alphabet
hi i need to make an alphabet perceptron classifier using "newp" command i have 20 samples (fonts) for each letter of aphabet ...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
how to uplad and process multiply images
hi i have 520 images i want to upload and make them black-white only (binary) i know how to do it 1 by 1 but not sure how to ...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
need beginers guide on neural network perceptron classifier
hi im an EE and not fimiliar with matlab or neural network i have this homework to make a proceptron classifier with 20 trainin...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
how to conver image matrix into bipolar values
hi im fairly new to matlab no idea what im doing i have set of images that i have to convert into bipolar values, and all i ca...
mer än 3 år ago | 1 answer | 0