Raghav
Followers: 0 Following: 0
Student
Estadística
0 Preguntas
7 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
4.040
of 295.467
REPUTACIÓN
12
CONTRIBUCIONES
0 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
63.057
of 153.912
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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 2 años hace
How to generate noise signal with desired max and min signal?
Hi @Sabella Huang You can use tha rand() function to get a random noise signal in range of (a,b) by writing the expression: a+(...
más de 2 años hace | 0
Pattern Pie chart plot
Hi @Shariful Islam You can use the pie() function in MATLAB to make such a piechart. You can use a 'labels' array to label your...
más de 2 años hace | 0
Problem with custom function
Hi @Pietro Fiondella In the function definition: function BESSsize = Bsize(x,y,z) 'BESSsize' is the variable which will be re...
más de 2 años hace | 1
| aceptada
Error coming as Not enough input arguments
Hi @Arjun Gupta, There are a few problems in this function. First input argument 't' is not used anywhere in the function, s...
más de 2 años hace | 0
how to find the number of pixels in the white region of a binary image
Hi @Rah Ul As white pixels have a value=1 (and black pixels' value=0), doing sum of pixel values can return the total number of...
más de 2 años hace | 1
how to generate a vector of binary code
Hi @kurdistan mohsin, Use "arr=true(1,10)" or "arr=false(1,10)" to generate a logical array named "arr" of size 1*10. But if y...
más de 2 años hace | 0
| aceptada
Can anyone please help me in plot of detaec' and taln. In this Iam getting error Error: Invalid expression. When calling a function or indexing a variable, use parentheses. Ot
Error: Invalid expression. When calling a function or indexing a variable, use parentheses. You are using detaec' as a variabl...
más de 2 años hace | 0
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 2 años hace