Paramesh
Followers: 0 Following: 0
i am nice person Professional Interests: signal processing,Embedded System
Estadística
CLASIFICACIÓN
248.283
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
31.519
of 154.105
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
3 Público Canales
EVALUACIÓN MEDIA
30
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
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
más de 7 años hace
Resuelto
Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0
más de 7 años hace
Resuelto
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
más de 7 años hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 7 años hace
Resuelto
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....
más de 7 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 7 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 7 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 7 años hace
Hello can anyone please tell me what are the features we get after applying gabor filter on a face image? What do those feature values indicate?
One time , i used gabor filter for face expression recogition using SVM classfication. Each image it feature values after apply ...
más de 7 años hace | 0
when i transmit a string through serial from a gui i created It keeps sending repeatedly. How to make it to send only once?
Use conditions.like if and else ,if condition is true,output will be sent otherwise not send
más de 7 años hace | 0
Problem to show image in GUI automatically (without press push button)
This error shows "leaf_reflectance1.tif" does not stored in the directory,check image is there or not?
más de 7 años hace | 0
error in loading video file Climate.mp4
see this this syntax v = VideoReader('xylophone.mp4');
más de 7 años hace | 0
Print command prints GUI figure instead desired one
use axes in matlab gui
alrededor de 8 años hace | 0
how to make electrical and electronics circuit using simulink
Change the matlab version and uninstall antivirus, use simulink model
alrededor de 8 años hace | 0
Pregunta
please give me simple explanation about feature selection in classification?
In classification work, feature selection part i can't understand,plz explain anyone?
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to implement this equation in matlab,i am basic level?
<</matlabcentral/answers/uploaded_files/40943/1.jpg>>
casi 9 años hace | 1 respuesta | 0
1
respuestahow to calculate vertical and horizontal projection histogram for an image
I got it.Nice.
alrededor de 9 años hace | 0
Pregunta
When i Run simulink this error came "Internal error: Could not generate a new tab SimMechanics 2G"?
Actually i uninstalled software and again installed.Again also come same error,it came from yesterday,plz help me?
más de 9 años hace | 0 respuestas | 0
0
respuestasResuelto
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 10 años hace