photo

Frank


Griffith University

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

10 个提问
1 个回答

File Exchange

1 文件

排名
256,884
of 300,750

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
40.0%

收到投票数
0

排名
12,150 of 21,073

声誉
34

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
345

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Indent a block of code
How do you indent a block of code? For example if you enclose a block of code in an if statement, and want to indent said block....

14 years 前 | 3 个回答 | 0

3

个回答

提问


GUI callback question
Is it possible to call a function in one GUI from another GUI (I'm using GUIDE)? eg... GUI1 -> function plot_in_GUI2...

14 years 前 | 1 个回答 | 0

1

个回答

提问


addlistener question...
I have created a listener which calls 'myfunction' whenever the limits of a certain set of axes changes: addlistener...

14 years 前 | 3 个回答 | 0

3

个回答

提问


Line series marker question
When plotting, is it possible to have more than one marker type for the same line series? eg.... plot([0 1],[0 1]) - with two d...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Alter axis size
How do I alter the size of the current axis within a figure? I've tried set(gca,'Position',[.. .. .. ..]), but the axis just dis...

14 years 前 | 2 个回答 | 0

2

个回答

已提交


Arrow Key Demo
This function demonstrates how to use arrow keys as switches inside a loop.

14 years 前 | 1 次下载 |

0.0 / 5

提问


For loop question.
When looping over indices of an array I use 1:length(x), x = rand(1,10); for i = 1:length(x) ... end is there a more ef...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
Playing wav/midi
Thanks, but I found the answer: load ***.mat sound(y, Fs)

14 years 前 | 0

提问


Playing wav/midi
Hi all. Is there a way to play wav and midi files in Matlab? I'm want to do something like: %Generate a number from 1 to 3; ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Scaling an imaged array
A = Some matrix of dimension (n x n) 'image(A)' creates an image with side length of n. Is there there a way to resize this i...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Solve with predefined parameters
Hi. I want to use the solve function using predefined parameters. eg. for equation 0 = a*x^2 +b*x + c a = 2; b = -1; c = ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Defining parameters in a function
* Hi. I want to find the minimum of a function using parameters I've defined elsewhere. i.e. a = 2; b = 3; [x fval] = fmi...

14 years 前 | 1 个回答 | 0

1

个回答