photo

Frank


Griffith University

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

10 Questions
1 Réponse

File Exchange

1 Fichier

RANG
256 884
of 300 750

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
12 150 of 21 073

RÉPUTATION
34

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
345

RANG

of 170 837

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

  • First Submission
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 14 ans il y a | 3 réponses | 0

3

réponses

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 14 ans il y a | 3 réponses | 0

3

réponses

Question


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

environ 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 14 ans il y a | 2 réponses | 0

2

réponses

A soumis


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

plus de 14 ans il y a | 1 téléchargement |

0.0 / 5

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Playing wav/midi
Thanks, but I found the answer: load ***.mat sound(y, Fs)

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse