Leonard
Followers: 0 Following: 0
Professional Interests: Physics
Estadística
5 Preguntas
0 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
35.067
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
1
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
30.020
of 154.105
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
140
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
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 5 años hace
Resuelto
Angle between two vectors
Given 2 pairs of _cartesian co-ordinates_, determine the angle between the 2 vectors formed by the _points_ and the _origin_. An...
más de 5 años hace
Resuelto
Find the Next Legal Move in Reversi
<http://en.wikipedia.org/wiki/Reversi Reversi>, also known as Othello, is a game in which reversible white/black chips are place...
más de 5 años hace
Pregunta
Is the amount of hard drive space used when a variable is saved to a .mat file equivalent to the amount of RAM the variable requires when loaded into the workspace?
I am working on large, multidimensional images and recently got an error in R2017a for my variable being too large (~33GB when I...
más de 7 años hace | 1 respuesta | 0
1
respuestaResuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
más de 8 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 8 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:...
más de 8 años hace
Pregunta
Is it possible to create a histogram with fractional entries for each bin?
Thank you for looking at my question! I have included a brief introduction below; any suggestions or comments would be greatly a...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I change the color of an alphaShape object when using plot?
I have a 3-D object which I've converted to a very nice looking alphaShape object after getting the PixelIdxList and using ind2s...
casi 10 años hace | 2 respuestas | 1
2
respuestasPregunta
Can't get Slider Step in GUI to move in step sizes that I want
Here's my complete code for a gui where I want to adjust the threshhold of an image with a slider in the figure. I have everythi...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB: Too many output arguments
I'm fairly new to MATLAB but it seems to me that the following line should be correct: [x,y,z] = [1,2,3] Why am I getting...
alrededor de 10 años hace | 2 respuestas | 0