Estadística
9 Preguntas
3 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
2.263
of 295.569
REPUTACIÓN
28
CONTRIBUCIONES
9 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
10
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
46.500
of 154.105
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
70
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
Pregunta
Find angle between dots
Hi all, I need to calculate the angle between (imaginary lines) connecting dots on an image. Below is an example of the bw...
casi 11 años hace | 3 respuestas | 0
3
respuestasResuelto
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 ...
casi 11 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
alrededor de 11 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...
alrededor de 11 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...
alrededor de 11 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:...
alrededor de 11 años hace
Pregunta
Average width of lines
Hi all, I want to know the procedure to calculate the average width of white lines in the image below. <<http://i41.tinyp...
alrededor de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Splitting matrix and finding mean after each split
This is a follow up to a previous question that I posted. My actual data is 12x416 matrix. Splitting this data across the med...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Split matrix across the median
How do I split a matrix across its median? Suppose I have a 5x10 matrix sorted in ascending order. I want to split this into two...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Generating C/C++ executable for a GUI program
I have Matlab GUI program that I want to convert in to a standalone executable using Matlab Coder. But when I try building the c...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaConvert binary integers to quaternary integers
Solved it myself. It can be done easily by converting back to decimal from Galois Field, reshaping into n x 2 matrix and adding ...
más de 12 años hace | 0
| aceptada
Pregunta
Convert binary integers to quaternary integers
Is it possible to convert binary integers generated using a randi() to quaternary integers (0-3) by taking two bits from the sou...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Input to simulink model
How do I give a constant input to a simulink model from the workspace? I want to give the SNR input from the command window to t...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Orthogonal M-FSK SNR vs BER plot
I am trying to plot the SNR vs BER plot for orthogonal M-FSK mod and demod but the BER remains approximately Zero for all M (2,4...
más de 12 años hace | 0 respuestas | 0
0
respuestashow to add legends?
You can also use the following: hold on %after the first plot to continue plotting on the same figure legend on ...
más de 12 años hace | 1
| aceptada
Why won't Matlab plot anything?
You may have previous plot open somewhere and Matlab is plotting it on the same figure. Check for open figures, you might find i...
más de 12 años hace | 9
| aceptada
Pregunta
Avoiding loops for functions with arrays
Hi I have to use the following code snippet in a program: M = [2 4 6 8]; Data = randint(1,10,M); This gives an err...
más de 12 años hace | 1 respuesta | 0