Statistik
RANG
13.276
of 294.384
REPUTATION
3
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
2
RANG
of 20.108
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 151.578
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Increase nonzero values without deleting zeros
I have a vector X. X=[0 0 0 0 1 1 1 1 0 0 0 0 0 0 2 2 2 2 2 2 0 0 0 3 3 3 3 0 0 0 0 0 4 4 4] I want to increase the valu...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to delete previous points while plotting?
I am plotting live data, for the plotting, I am using the line function, which improved the plotting performance a lot compared ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to use a timer to increase the value of a variable?
I want to increase the value of handles.i by one after each iteration but this should happen after a certain amount of time. Usi...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortHow to pause just one function, while others keep running?
I got around it using the timer function t = timer('TimerFcn',@(x,y)imshow('IMAGE'),'StartDelay',3); start(t...
fast 8 Jahre vor | 1
| akzeptiert
Frage
How to pause just one function, while others keep running?
I have a GUI with two plots, one is controlled by a button, that when it is pressed it shows an image for a certain amount of ti...
fast 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
Save each column of a matrix in a seperate .csv file
I was wondering how to write this code in a more elegant way. Basically, I want to save each column of the sample matrix in a se...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix calculation, sum of two rows in each column
I have a matrix d and I want to calculate for every column the sum of each to numbers. The Result should be the result matrix ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to circumvent this error: Subscript indices must either be real positive integers or logicals.
Assume I have such a vector data=[2 4 5 6 8 3 5 6 7 8 9 …] I want to set this condition (in addition to other conditions com...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change image automatically in a GUI after a certain time
I am working with GUIDE on MATLAB to create a GUI I have inserted an image in the GUI using an axes field and the imshow func...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Communication problems to an Arduino Board
I am working on MATLAB to communicate with an Arduino. The code is very simple. I am sending an A to the Board, and want to read...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Guide: How to save popup menu value in a text file
Hey, I have a popup menu with two options (m , f) Now I want to save the chosen option of the user in a text file when pressed ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Compare all elements of a vector against each other
I have a vector that includes some values v=[2.4 3.5 7.4 3.6 4.5] each value is the mean value of a row in a matrix call...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why does Simulink generate a sine wave as a triangle wave?
Hey community, i am new to Simulink. I wanted to generate a sine wave : sin(15*2*pi*t). But I always get a triangle wave even th...
fast 9 Jahre vor | 1 Antwort | 0