Community Profile

photo

LucasH


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why does imshow change position of a figure?
I have a loop where an image is shown using imshow. I want that figure to be maximized. I have the following code: figure(2); ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to view multiple videos at the same time (and being able to process it with custom code)?
figure(1) movegui([0,300]); figure(2) movegui([700,300]); vidObj = VideoReader('homer1.mp4'); vidObj2 = VideoReader('homer2...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error: array indices must be positive integers
Hello, I'm new here, I have a question. When I try to execute the attached code I get the error message: "Array indices must be...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort