Estadística
9 Preguntas
0 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
28.026
of 295.495
REPUTACIÓN
1
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
69.365
of 153.991
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
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
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 6 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 6 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 6 años hace
Pregunta
what is the purpose of clear S when converting a struct2cell?
It is shown in this link: <https://www.mathworks.com/help/matlab/ref/struct2cell.html?searchHighlight=struct2cell&s_tid=doc_srch...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reduce the time of reading an excel spreadsheet
I am trying to read an excel spreadsheet which has about 25 tabs. Each tab has string and numeric data. Ideally, data in each t...
alrededor de 7 años hace | 0 respuestas | 1
0
respuestasPregunta
Noise reduction performance - Moving average Filter
1. Generally for noise reduction,which is better, a causal filter or a non-causal filter? 2. which function can I use to perfor...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
What is the meanig of annotating bounding boxes
Hello I would greatly appreciate if anyone can kindly explain in simple terms what annotating a bounding box means? My idea of ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to save an image using imwrite with a filename from a variable
I am saving a frame from a video as an image. Both the image and video should have the same name. How can I save an image with a...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Two mat files inside one mat file
I have one .mat file (eg: A) in my folder, however, when I double click it, it opens two .mat files in the workspace. I What is ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
printing two columns into text
I have the following code and what ever I do, I m not able to print the two vectors as columns side by side. Please help. ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
What does this mean?
I defined a Cell array as following C = 'one' 'two' 'three' [ 1] [ 2] [ 45] Change 1: Changed...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot it? by hand or in matlab? if it can be done by both the how to do?
x(t)=cos(2π30t)+cos(2π70t+π) is sampled at 100 SAMPLE SECOND. (a) Show algebraically (by substituting t= n/100 ) that the s...
casi 12 años hace | 1 respuesta | 0