![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9267781_1532525047725.jpeg)
Abdul Rehman
Comsats University of Islambad,pakistan
Followers: 0 Following: 0
Student of Electrical Computer Engineering.I have highly strong learning skill in machine learning & signal processing.
Estadística
2 Preguntas
7 Respuestas
0 Problemas
5 Soluciones
CLASIFICACIÓN
221.404
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
54.211
of 157.725
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 6 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 6 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 6 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 6 años hace
How to flip only some rows inside a matrix?
i have got Answer for you but its not generic for all matrix.you should look for the end and first element of matrix. Hopeful...
más de 6 años hace | 0
Can you please help me out with the error in following program
Aditi.. Error is very simple Basically && Operator in matlab perform Logical Operation. You simply have to replace the &&...
más de 6 años hace | 0
using data from a .txt file in matlab
Here some links are provided hopefully it's working for you. Links: <https://in.mathworks.com/help/matlab/import_export/wa...
más de 6 años hace | 0
I am trying to write a function that computes CDF of an image, but the output I get is always zero. what am I doing wrong?
Basically if u want to calculate cdf of image, then you have to follow three step, 1.Histogram 2.Normalized Histogram ...
más de 6 años hace | 0
Reading pixels of an image
Basically MATLAB Read image in form of Matrix, A=[22 33 55 66 77 ; 33 55 77 88 99 ; 4 2 66 8 9]; like this, when you try i...
más de 6 años hace | 0
Please help me with these Logical Expressions
Logical Expressions: <https://in.mathworks.com/help/symbolic/and.html> <https://in.mathworks.com/help/symbolic/or.html> ...
más de 6 años hace | 0
Extending a line till start and impose over an image
Bro ask question clearly..! According my understanding simply convert image into gray(0 to 255) image and then at that white ...
más de 6 años hace | 0
Pregunta
How to plot scatter of visual word occurrences in bagOfFeatures command for two categories Positive & Negative.
if true imgFolder = fullfile('F:','project','Fyp Data 2','Resize12','mobile'); imgSet1 = imageSet(imgFolder, 'recursive'...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Detect FAST feature from whole Training dataset. getting Error Struct contents reference from a non-struct array object.
if true numImages = numel(trainingSet1.Files); for i = 1:numImages img = readimage(trainingSet1, i); img ...
más de 6 años hace | 0 respuestas | 0