Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答已回答
What are VideoReader error identifiers
was 'MATLAB:audiovideo:VideoReader:UnknownCodec' nvm ^^
What are VideoReader error identifiers
was 'MATLAB:audiovideo:VideoReader:UnknownCodec' nvm ^^
11 years 前 | 0
| 已接受
提问
What are VideoReader error identifiers
Hello, I am getting a report that this error is occasionally reported by my standalone GUI <</matlabcentral/answers/uploade...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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, ...
12 years 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
