Community Profile

photo

monmatlab


FH Technikum

Attivo dal 2015

Followers: 0   Following: 0

Contatto

Statistiche

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

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

oltre 7 anni fa | 1

| accettato

Domanda


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

oltre 7 anni fa | 3 risposte | 1

3

risposte

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta