photo

Eric Letsolo


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
159.551
of 300.365

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Print an image in Matlab GUI
How do you print an image from a printer in Matlab GUI? I get an error using the code below. Please help me. Undefined fu...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


When I run the main function from mscript, it puts the variables in the workspace which I can access them in GUI using "evalin". How do I put the variables in the GUI workspace without running the main mscript file from a command window?
function PushMe_Callback(hObject, eventdata, handles) set(handles.output_line,'String','I Got here'); Get_Length(Note_Vecto...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to call a function inside a Matlab GUI
function PushMe_Callback(hObject, eventdata, handles) set(handles.output_line,'String','I Got here'); Get_Length(Note...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I concatenate two or more wav files in Matlab. This is a code that I've been trying to implement in order to play a continous song, but it just plays the wav files one by one. Please help me.
function [a b]=Get_Wavfile(n,m); switch n if m ==1 [a b] = wavread('E:\Samples\002.wav',[1 36000]); elseif m==...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort