photo

Thijs


Tudelft

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

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

circa 12 anni fa | 0

Risposto
how save diplayed data?
fid=fopen('webscopG.txt'); for j=1:100000 tline{i} = fgetl(fid); i=i+1; if ~ischar(tline), break, end ...

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
logical indexing
a(logical(b)) does what I want. In case anyone else is wondering

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 5 risposte | 0

5

risposte

Risposto
video classification using svm
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

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

oltre 12 anni fa | 0

| accettato

Risposto
Clickable contour map
http://www.mathworks.nl/help/techdoc/ref/datacursormode.html that should help you out

oltre 12 anni fa | 0

Domanda


Docking the simulink window
Is there anyway to dock the simulink model into the main matlab window?

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
how to add noise to image in frequency domain
try the following: help rand or help randn

oltre 12 anni fa | 0

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

oltre 12 anni fa | 2

| accettato

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

oltre 12 anni fa | 0

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta