Community Profile

photo

monmatlab


FH Technikum

2015년부터 활동

통계

  • First Review
  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


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

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How 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...

대략 7년 전 | 1

| 수락됨

질문


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

대략 7년 전 | 답변 수: 3 | 1

3

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변