photo

Eric Letsolo


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
261 422
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse