Statistik
RANG
256.884
of 300.759
REPUTATION
0
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
12.150 of 21.081
REPUTATION
34
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
345
RANG
of 170.900
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
etwa 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
addlistener question...
I have created a listener which calls 'myfunction' whenever the limits of a certain set of axes changes: addlistener...
etwa 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 14 Jahre vor | 2 Antworten | 0
2
AntwortenGesendet
Arrow Key Demo
This function demonstrates how to use arrow keys as switches inside a loop.
mehr als 14 Jahre vor | 1 Download |
Frage
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...
mehr als 14 Jahre vor | 2 Antworten | 0
2
AntwortenPlaying wav/midi
Thanks, but I found the answer: load ***.mat sound(y, Fs)
mehr als 14 Jahre vor | 0
Frage
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; ...
mehr als 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 = ...
mehr als 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 14 Jahre vor | 1 Antwort | 0

