photo

Myrthe B.


Universiteit Twente

Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How can i use various Loops in matlab
The basic loop types in MATLAB are the while loop and the for loop. x=100 while x>10 x=x-1 end and: for n=1:100 ...

bijna 6 jaar ago | 0

Question


GUI varargout does not update
I've build a GUI that let users manually adjust a segmentation. However, varargout only 'captures' the first correction made. An...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


How to use uiwait in GUI
I want to use uiwait in my gui to prevent the rest of my script from advancing until the button 'end' is used. However, when I p...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Incrementing value in GUI with push button does not work
I am designing a live calibration application. I have a callback in which a live preview of the webcam is presented and a callba...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Answered
Convonlutional neural network: iterating trough parameters without result
This is part of my code: for hyperparameter=1:max_hyperparameter options=trainingOptions(hyperparameter) [newnet,info]...

meer dan 6 jaar ago | 0

Question


Convonlutional neural network: iterating trough parameters without result
I am currently working on a project in which I use Matlab to perform transferlearning on Alexnet. My dataset is a set of 1500 su...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


How to use draw now over a plot (lifetracking)
I am trying to refresh a plot using drawnow. This works fine, however, the data need to be plotted over a existing plot. I tried...

meer dan 7 jaar ago | 1 answer | 0

1

answer