Community Profile

Thomas


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


unicode symbols on popupmenu / pushbutton
I am trying to create either array of buttons or a popupmenu with following unicode symbols (arrows) in text fields ←↑→↓↖↗↘↙ M...

8 years ago | 1 answer | 0

1

answer

Question


setting initial text in uicontrol popupmenu
I want to make a popupmenu in GUI where possible selections are e.g. {'1', '2', '3', '4', '5'} but the initial string in this f...

9 years ago | 1 answer | 0

1

answer

Answered
What are VideoReader error identifiers
was 'MATLAB:audiovideo:VideoReader:UnknownCodec' nvm ^^

9 years ago | 0

| accepted

Question


What are VideoReader error identifiers
Hello, I am getting a report that this error is occasionally reported by my standalone GUI <</matlabcentral/answers/uploade...

9 years ago | 1 answer | 0

1

answer

Question


cut and paste by script (windows 7)
i have a list of large files in matlab (subset of visual logs) and i need to move them to another folder on the same drive by sc...

9 years ago | 1 answer | 0

1

answer

Question


how to detect mouse down and up coordinates on an image
Hello, I am trying to write function that supports boxing area of image with mouse. When i click on an image hold the click, ...

10 years ago | 2 answers | 0

2

answers

Question


neural network type missmatch issue
I am trying to import trained neural network from a .mat file When i select it in the current folder, the box below it interp...

11 years ago | 1 answer | 0

1

answer

Question


How can i change performFcn of neural network training?
When i try it the obvious way the change is ignored, >> net = feedforwardnet(20); >> net.performFcn='msereg'; >> net....

11 years ago | 1 answer | 0

1

answer

Question


How can i skip iterations in for loop
I need my loop to skip iterations to a given index. When i try it the obvious way like below for i=2:1:(dim(1)-2) %(a l...

11 years ago | 2 answers | 0

2

answers