photo

Frank


Griffith University

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

10 질문
1 답변

File Exchange

1 파일

순위
196,717
of 300,780

평판
0

참여
10 질문
1 답변

답변 채택
40.0%

획득한 표
0

순위
12,158 of 21,086

평판
34

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
345

순위

of 171,018

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변

제출됨


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

14년 초과 전 | 다운로드 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Playing wav/midi
Thanks, but I found the answer: load ***.mat sound(y, Fs)

14년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변