Estadística
12 Preguntas
3 Respuestas
CLASIFICACIÓN
6.424
of 295.467
REPUTACIÓN
7
CONTRIBUCIONES
12 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
6
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
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Creating an HDF5 dataset
Hi, I am trying to create a .h5 file containing an HDF5 dataset. I am having trouble creating the HDF5 dataset. I want to the ...
más de 12 años hace | 2 respuestas | 0
2
respuestasGenerating more "edges" randomly
I figured it out myself. Here is the code: clear all numNodes = 100; numEdges = 250; edgeStart = zeros(numE...
más de 12 años hace | 0
| aceptada
Pregunta
Generating more "edges" randomly
I created the code below to generate a matrix (m) with two columns (edgeStart and edgeEnd) that contain 100 random integers each...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Redirecting Command Window output to stdout using mlcaller, error
I am trying to redirect the Command Window output to stdout and stderr when running MATLAB in batch mode. I found this link that...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Redirecting Command Window output to stdout using tail
I am trying to redirect the Command Window output to stdout and stderr when running MATLAB in batch mode. I am trying to achieve...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Warning: Name is nonexistent or not a directory
Every time I start up MATLAB, I receive this message: Warning: Name is nonexistent or not a directory: C:\POSTDOC\vlfea...
más de 12 años hace | 11 respuestas | 4
11
respuestasCell
Creating cell arrays in MATLAB is similar to creating arrays of other MATLAB data types like double, character, etc. The main d...
más de 12 años hace | 0
Cell
You can use the cell function, for example: C = cell(3,4,2) OR you can use the {} operator, for example: C{3,4,2} = [ ]. B...
más de 12 años hace | 1
Pregunta
Adding up sizes of cell arrays
Hi, I am wondering how to add up the sizes of cell arrays for each "class." The "classes" are part of a loop. I need to be abl...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Writing a text file with information from a data file
Hi, I need to be able to take a .dat file that contains 5 strings of the filenames of .jpg images, and out put a .txt file that ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading a .dat file with textread
How do you read .dat file that contains 5 .jpg images in it using textread? Also, how do you output the filenames?
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Unknown Error
This code gives me a sound vector and Fs scalar from a .wav sample and plots the waveform and power spectrum: function [sou...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
storing data from function
Hi, I have this code in my function file: [sound, freq] = wavread(file) and for some reason sound and freq are not being s...
más de 12 años hace | 2 respuestas | 1
2
respuestasPregunta
Guitar synthesis
I was researching how MATLAB analyzes sine waves and is able to play sound, and I thought it would be a really cool project to t...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
calculating maximum error
I created an vector in matlab that represents an object moving at a velocity v(t) = 5 + 7*t^2 starting from the position x(2) = ...
más de 12 años hace | 1 respuesta | 0