photo

Abdul Rehman


Comsats University of Islambad,pakistan

Actif depuis 2018

Followers: 0   Following: 0

Message

Student of Electrical Computer Engineering.I have highly strong learning skill in machine learning & signal processing.

Statistiques

All
MATLAB Answers

2 Questions
7 Réponses

Cody

0 Problèmes
5 Solutions

RANG
264 406
of 301 200

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
60 388
of 173 339

CONTRIBUTIONS
0 Problèmes
5 Solutions

SCORE
60

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 7 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 7 ans il y a

A résolu


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 ...

plus de 7 ans il y a

A résolu


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...

plus de 7 ans il y a

A résolu


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:...

plus de 7 ans il y a

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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 &&...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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 ...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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> ...

plus de 7 ans il y a | 0

Réponse apportée
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 ...

plus de 7 ans il y a | 0

Question


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'...

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

0

réponse

Question


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 ...

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

0

réponse