photo

Eric Letsolo


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
117,076
of 300,974

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答