photo

vish


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

16 Domande
5 Risposte

Cody

0 Problemi
3 Soluzioni

RANK
1.218
of 300.753

REPUTAZIONE
62

CONTRIBUTI
16 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
31

RANK
 of 21.075

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
73.630
of 170.858

CONTRIBUTI
0 Problemi
3 Soluzioni

PUNTEGGIO
40

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

quasi 14 anni fa

Risolto


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...

quasi 14 anni fa

Risolto


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:...

quasi 14 anni fa

Risposto
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 ...

quasi 14 anni fa | 0

| accettato

Domanda


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...

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 14 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 14 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 14 anni fa | 1 risposta | 1

1

risposta

Domanda


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)...

quasi 15 anni fa | 2 risposte | 0

2

risposte

Risposto
adding 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 ...

quasi 15 anni fa | 1

| accettato

Domanda


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.

quasi 15 anni fa | 3 risposte | 0

3

risposte

Domanda


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. ...

quasi 15 anni fa | 3 risposte | 4

3

risposte

Domanda


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)); ...

quasi 15 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 15 anni fa | 1 risposta | 0

1

risposta

Risposto
How 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.

quasi 15 anni fa | 0

Domanda


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...

quasi 15 anni fa | 2 risposte | 0

2

risposte

Risposto
[DISCONTINUED] Wish-list for MATLAB Answer sections.
Notification when someone replies on a previously commented question or published.

quasi 15 anni fa | 21

Domanda


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?

quasi 15 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

quasi 15 anni fa | 3 risposte | 3

3

risposte

Risposto
Is 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 ...

quasi 15 anni fa | 0

Domanda


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...

quasi 15 anni fa | 3 risposte | 0

3

risposte

Domanda


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 ...

quasi 15 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 15 anni fa | 1 risposta | 1

1

risposta