photo

Giridharan Kumaravelu


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

0 Fragen
8 Antworten

File Exchange

1 Datei

ThingSpeak

4 Öffentlich Kanäle

RANG
4.499
of 301.555

REPUTATION
12

BEITRÄGE
0 Fragen
8 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
10.809 of 21.323

REPUTATION
52

DURCHSCHNITTLICHE BEWERTUNG
4.00

BEITRÄGE
1 Datei

DOWNLOADS
1

ALL TIME DOWNLOADS
377

RANG

of 175.367

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
4 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG
30

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

Kanal


Duct Fan Data Collection

fast 8 Jahre vor

Kanal


Duct Fan Health Monitor

fast 8 Jahre vor

Gesendet


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

fast 8 Jahre vor | 1 Download |

4.0 / 5

Kanal


Table Fan Data Collection

fast 8 Jahre vor

Kanal


Table Fan Health Monitor

fast 8 Jahre vor