photo

ericson


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

9 Fragen
2 Antworten

RANG
280.081
of 300.343

REPUTATION
0

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
44.44%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Connecting Agilent Oscilloscope to matlab
Hi. I'm using a sample m-file in this link http://www.mathworks.com/matlabcentral/fileexchange/28887-capturing-a-waveform-from-a...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error in connecting the oscilloscope to matlab
Hi! I want to connect an Agilent Oscilloscope InfiniiVision DSO-X 2002A series to matlab, but I get an error "Error using softsc...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to change the value of a double variable in a .mat file
Hi! In have a mat file which has 3 main variables a1, a2, and a3. At the time, each of the 3 has 10 variables in it from b1 to b...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Which function will cause less load to Matlab?
Why is it 8 buildings? ssn = @(sdn) round(24*3600*sdn); iso_week_day = @(sdn) 1 + rem( weekday( sdn - 2 ), 7 ); -I tried ru...

mehr als 11 Jahre vor | 0

| akzeptiert

Frage


Which function will cause less load to Matlab?
By load, I mean the processing time Matlab needs. Having 3000 lines of if statements where the statement is constant and only...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Varying parameters in if statement
Hi! I would like to create a conditional statement where the parameters of my if statement is changing. Is it possible to vary t...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Deleting CreateFcn in GUI
Hi! I have a gui, when I generate the code, it goes up to more than 6000 lines of codes. The main reason for it is because I hav...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Is it possible to save data in my MATLAB GUI and retrieve that data the next time I open the GUI?
can you explain to me this part, I can't understand how it works temp = load('testmatfile.mat'); data=temp.data; uictag...

mehr als 11 Jahre vor | 0

Frage


Store permanently data taken from an edit text box of GUI
Hi! Is it possible to store/save the data taken from an edit text box permanently? (the data is still present even if I closed m...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Data sharing between two GUIs
I have 2 GUIs which needs to exchange data in real-time, how can I exchange multiple datas between GUIs?

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


IF statement inside a push button
Hi! I have a gui which stores a numerical value in a variable from the edit text when I click the apply button (push button). I...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten