Statistiques
RANG
19 920
of 296 352
RÉPUTATION
2
CONTRIBUTIONS
1 Question
5 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
3 236 of 20 394
RÉPUTATION
487
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
3
ALL TIME TÉLÉCHARGEMENTS
4676
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus de 8 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 8 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 8 ans il y a
I have a ct image that values of pixel of it is between 0-4000 how can I convert it to an image with 0-255 ?
img = (img / 4000) * 255;
plus de 10 ans il y a | 0
Is there a way to find the neighbourhood pixels, given a cordinate point of the pixel?
i hope this may be helpful! http://www.mathworks.com/matlabcentral/answers/86900-how-to-find-all-neighbours-of-an-element-in-...
plus de 10 ans il y a | 1
joining of 2 matricces
A = ['dog '; 'cat '; 'cow ']; B = [1 ; 2 ; 3]; B = num2str(B); comb = [A B]
plus de 10 ans il y a | 0
How to compress the image ?
image analyst is rigth, i think you have a stack 300 gray scale images whose dimensions are 512x512. compression usually inv...
plus de 10 ans il y a | 0
how to calculate the orientation binning for extraction of HOG features using matlab?
i think this will be helpful, http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/
plus de 10 ans il y a | 0
Question
Plotting mean of the columns of image on that image
I am struggling to plot the mean of the columns of the gray scale image on the same image. Mean of the columns of an image can b...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesA soumis
Single Channel Virtual Oscilloscope
Well, this software is basically an addon to the hardware known as GDS-820c.
presque 16 ans il y a | 2 téléchargements |
A soumis
Advance Resistance Calculator
It can calculate four band and five band resistor's resistance.
environ 16 ans il y a | 1 téléchargement |