photo

Giridharan Kumaravelu


Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
8 Risposte

File Exchange

1 File

ThingSpeak

4 Pubblico Canali

RANK
4.181
of 300.369

REPUTAZIONE
12

CONTRIBUTI
0 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
10.768 of 20.936

REPUTAZIONE
52

VALUTAZIONE MEDIA
4.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
370

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
4 Pubblico Canali

VALUTAZIONE MEDIA
30

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How can I create axis labels with subscripts and greek letters?
The following should work: y1 = 1:10; y2 = (1:10)*0.5; x = 1:10; plot(y1); hold on; plot(y2); xlabel('Si...

oltre 7 anni fa | 0

Risposto
How to transfer matrix values loaded in one subfunction to the main function?
You could use them as global variables as shown below function calculation global A global B [a,b] = calc...

oltre 7 anni fa | 0

Risposto
How remove a field inside a structure?
fieldsS = fieldnames(sd.Variables); for i = 1:length(fieldsS) S.Variables.(fieldsS{i}) = rmfield(sd.Variables.(fieldsS{i})...

oltre 7 anni fa | 0

| accettato

Risposto
VideoWriter is only showing the last figure as opposed to full 135 image movie
You are writing the video outside of the loop, that is why you are seeing only the last image. Move the writeVideo command insid...

oltre 7 anni fa | 0

| accettato

Risposto
how do i change a variable name from workspace
getname = @(x) inputname(1); IR0004__ = 10; str = getname(IR0004__); newstr = erase(str,'_'); eval([newstr '=' str...

oltre 7 anni fa | 0

Risposto
How do i repeat an already generated gaussian pulse signal for a certain number of times?
If you are using a code in the Simulink, you could try the repmat() function.

oltre 7 anni fa | 0

Risposto
exporting array data to text file
xTable = array2table(x); writetable(xTable,'final.txt','Delimiter',' '); The above code can help and you can modify the ...

oltre 7 anni fa | 0

Canale


Duct Fan Data Collection

oltre 7 anni fa

Canale


Duct Fan Health Monitor

oltre 7 anni fa

Inviato


Download files from your DropBox API folder using MATLAB
This function allows a user to download multiple files from DropBox(TM) to your computer.

oltre 7 anni fa | 1 download |

4.0 / 5

Canale


Table Fan Data Collection

oltre 7 anni fa

Canale


Table Fan Health Monitor

oltre 7 anni fa