Community Profile

photo

Paul


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to draw contour lines into a filled 2-D patch object?
Hallo! I have a filled 2-D patch object as a figure, for example like this one: <<http://iws.cs.uni-magdeburg.de/~russ/sci...

11 years ago | 1 answer | 0

1

answer

Question


Exit from several, nested while or for loops with one command
Hello Is there an easy way to quit nested while loops with a command? For example: while condition1 = true ... ...

11 years ago | 2 answers | 0

2

answers

Question


find dependences between self organizing maps (general Question)
I have a multi-dimensional set of data, where a dependent variable depends on many parameters of my data set. With self-organizi...

11 years ago | 0 answers | 0

0

answers

Question


delete rows in Matrix 'A' with same values 'c' in column 'b'
There is a Matrix of variating size, in this case for example 10x4: A = |12 1 1 4| |16 2 1 6| |8 3 2 6...

11 years ago | 2 answers | 0

2

answers

Question


add numerical array as column or in cell array
How to add a numerical array a=[1 2 3 4] as row into my cell C = |'a' 'b' 'c' 'd'| |'e' 'f' 'g' 'h'| |'i...

11 years ago | 2 answers | 1

2

answers

Question


Variable cannot be saved to MAT-file whose version is older than 7.3
I have an ASCII data file (14,4 MB), which I convert into *.mat with MATLAB (with my own written function). -The *.mat file...

11 years ago | 2 answers | 0

2

answers

Question


How to extend the matrix size by splitting up a column in two columns
There is a Matrix A, which can have variable size, for example (5x4): A = |10 2 0.0 6| |10 2 18.0 6| |10 2 ...

11 years ago | 2 answers | 0

2

answers