Thomas


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
264,024
of 300,343

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

10 years ago | 1 answer | 0

1

answer

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

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

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

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

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

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

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

13 years ago | 2 answers | 0

2

answers