Estadística
16 Preguntas
5 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
1.165
of 295.448
REPUTACIÓN
62
CONTRIBUCIONES
16 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
31
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
67.408
of 153.872
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
Pregunta
Recording using a bluetooth module
I have a circuit which has a microphone and is capable of transmitting the audio using bluetooth. Currently, I have programmed i...
más de 12 años hace | 1 respuesta | 0
1
respuestaResuelto
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 12 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 12 años hace
getsnapshot does not give clear image
Your image snapshot is in YUY2 format. What you need to do is convert your YUY2 image to RGB. You can find one on file exchange ...
más de 12 años hace | 0
| aceptada
Pregunta
Is it possible to transmit audio signal from microcontroller to matlab using A2DP ?
Hi, I want to transmit audio data (preferably music upto 320kbps bitrate, 44.1 Khz) from a microcontroller to a computer and pro...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to join audio channels in matlab ?
I am thinking of creating a small utility to convert (upmix) a stereo based mp3 to 5.1 channels. I was wondering if someone coul...
alrededor de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Convert from cylindrical Mapping (panaroma) to Cubical (6 face) mapping
Hi, I was wondering if there is a direct way of converting an image to cube map form. I want to create a 3D image out of it. If ...
alrededor de 13 años hace | 0 respuestas | 0
0
respuestasPregunta
How to create a hyperlink to a file.?
I would like to know whether it is possible in Matlab to hyperlinks files? I know it is possible to create normal hyperlinks ...
más de 13 años hace | 1 respuesta | 1
1
respuestaPregunta
How to create this function in Matlab?
I want to write a mathematical function in matlab so that I can call it in my program whenever needed. ? a(n).b(n)/sqrt((a(n)...
más de 13 años hace | 2 respuestas | 0
2
respuestasadding matrices inside cell array
a={[1,2;3,4],[1,2;3,4];[1,2;3,4],[1,2;3,4]} a{1}+a{2}+a{3}+a{4} If there are many elements, use two for loops and run all ...
casi 14 años hace | 1
| aceptada
Pregunta
How to remove single quotes using regexprep
I would like to know how can we eliminate the single quotes in a cell using regexprep. I have a 1x150000 cell array.
casi 14 años hace | 3 respuestas | 0
3
respuestasPregunta
How to compare two different cell arrays ?
I would like to know if there is any way by which I can compare all the elements and remove the matched elements if not needed. ...
casi 14 años hace | 3 respuestas | 4
3
respuestasPregunta
Some problem with the sprintf function
clear all; dirc = dir('*.htm'); c=size(dirc); l2=''; %coun = zeros(1000,877); for file =1:c range=(sprinf('A%d',file)); ...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
converting two cells into one
I have two cells : a = 4 8 b= the be How do I make them one cell . ? ie. c= the 4 be 8 Thank ...
casi 14 años hace | 1 respuesta | 0
1
respuestaHow do I write in different cell locations each time xlswrite function is executed in a for loop?
Can you pleas elucidate on XLSrange with a small example. Thank you.
casi 14 años hace | 0
Pregunta
How to make a word cloud using Matalb ?
I was jsut wondering is there any direct function or method to make a word cloud in matlab. I have managed to count the repeatit...
casi 14 años hace | 2 respuestas | 0
2
respuestas[DISCONTINUED] Wish-list for MATLAB Answer sections.
Notification when someone replies on a previously commented question or published.
casi 14 años hace | 21
Pregunta
How do I write in different cell locations each time xlswrite function is executed in a for loop?
How do I write in different cell locations each time xlswrite function is executed in a for loop?
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I read Text from HTML file ?
I would like to know how is it possible to read only text from HTML file. I assume matlab reads the source code of the file due ...
casi 14 años hace | 3 respuestas | 3
3
respuestasIs there a method to sort a list an array of words alphabetically (natural order sorting)
Thanks. I need it for sorting english words. So its not a problem in my case. And seriously I cant believe almost everything is ...
casi 14 años hace | 0
Pregunta
Is there a method to sort a list an array of words alphabetically (natural order sorting)
Hi, I was wondering if there is any method to sort the words alphabetically. I know how it can be done in Java, but I assusme Ma...
casi 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Connecting to MySQL database
I am trying to connect to a MySQL database using the Database Toolbox in matlab but I am getting some errors connecting. Please ...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I access MATLAB script from a Web based application?
I am a uni student doing my final year project in MATLAB. I am making a seearch algorithm based on LSI. Basically, i am going to...
casi 14 años hace | 1 respuesta | 1