Feeds
已回答
why I obtained different result from NN sim and manual calculation using the weights
doing some matlab hackery i think i found the answer. both the inputs and the outputs of the neural network are mapped onto a m...
why I obtained different result from NN sim and manual calculation using the weights
doing some matlab hackery i think i found the answer. both the inputs and the outputs of the neural network are mapped onto a m...
12 years 前 | 0
已回答
how save diplayed data?
fid=fopen('webscopG.txt'); for j=1:100000 tline{i} = fgetl(fid); i=i+1; if ~ischar(tline), break, end ...
how save diplayed data?
fid=fopen('webscopG.txt'); for j=1:100000 tline{i} = fgetl(fid); i=i+1; if ~ischar(tline), break, end ...
12 years 前 | 0
提问
plot3+color
I have a [N,4] data set which I want to visualize as 3d line representing the fourth column as a color. Any ideas on how to do t...
12 years 前 | 1 个回答 | 0
1
个回答已回答
logical indexing
a(logical(b)) does what I want. In case anyone else is wondering
logical indexing
a(logical(b)) does what I want. In case anyone else is wondering
12 years 前 | 0
提问
logical indexing
imagine you have a two matrixes: a=[1 2 3 4 5 6 7 8 9]; b=[1 0 1 0 1]; how do i use the b matrix as a logical index? ...
12 years 前 | 5 个回答 | 0
5
个回答已回答
video classification using svm
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
video classification using svm
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
13 years 前 | 0
已回答
Exporting Data from MATLAB to MS word.
I can suggest a work around, but I'm only sure it works if you have msoffice 2007. create the msword file, instead of inserti...
Exporting Data from MATLAB to MS word.
I can suggest a work around, but I'm only sure it works if you have msoffice 2007. create the msword file, instead of inserti...
13 years 前 | 0
提问
lsqcurvefit command window exit flag suppression
lsqcurvefit dumps its exit flags in the work space. i.e lsqcurvefit stopped because the problem appears to be locally singula...
13 years 前 | 1 个回答 | 0
1
个回答已解决
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
13 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
13 years 前
已回答
General questions about neural networks for data classification
ugh wrote virtually an entire essay then accidentally deleted it.. So here a shorter and possibly less flippant version: 1 us...
General questions about neural networks for data classification
ugh wrote virtually an entire essay then accidentally deleted it.. So here a shorter and possibly less flippant version: 1 us...
13 years 前 | 0
| 已接受
已回答
Clickable contour map
http://www.mathworks.nl/help/techdoc/ref/datacursormode.html that should help you out
Clickable contour map
http://www.mathworks.nl/help/techdoc/ref/datacursormode.html that should help you out
13 years 前 | 0
提问
Docking the simulink window
Is there anyway to dock the simulink model into the main matlab window?
13 years 前 | 1 个回答 | 0
1
个回答已提交
Redraw lines in simulink v1
This simple function redraws the lines in (the top level) simulink.
13 years 前 | 1 次下载 |
已回答
how to add noise to image in frequency domain
try the following: help rand or help randn
how to add noise to image in frequency domain
try the following: help rand or help randn
13 years 前 | 0
已回答
variable sweep in simulink
in simulimnk change the name of the gain parameter to for example G. The value for G can then be specified from the workspace. S...
variable sweep in simulink
in simulimnk change the name of the gain parameter to for example G. The value for G can then be specified from the workspace. S...
13 years 前 | 2
| 已接受
已回答
How did you learn MATLAB?
started picking it up about 5 years ago. Was thrown into the deep end during a first year bsc. mechanical engineering project. a...
How did you learn MATLAB?
started picking it up about 5 years ago. Was thrown into the deep end during a first year bsc. mechanical engineering project. a...
13 years 前 | 0
提问
command line, grouping blocks into subsystem
Is there any way to group simulink blocks into a subsystem, using the command line? I can think of a work around to first add ...
13 years 前 | 1 个回答 | 0
1
个回答提问
setting simulink block values from command line
Hi, Does anyone know whether it is possible to pass a variable name to a simulink block when defining it from the command lin...
13 years 前 | 1 个回答 | 0