Answered
Adding points to plots with mouse input from the user
Hi! Try "ginput"!

12 years ago | 0

Answered
How can i arrange the coordinates from a matrix ?
There is (to my knowlegde) no matlab function for this, but with a little sorting and geometry this is no problem. % input...

12 years ago | 0

Answered
Delete only consecutive repeated string entries from a dataset in matlab
Hi! I don't understand why the second entry is removed. Is a "duplicate" defined if all three columns match or only the secon...

12 years ago | 0

Answered
Help with making a class
Hi! Your temperature property should be a vector. By adding temperature values with your "registrer" function you add the new...

12 years ago | 0

Question


How to create a sparse vector of class objects
Dear all! My aim is to write a class to handle locations in 3-d space (let's call it 'CoordinateClass'). Therefore I need to ...

12 years ago | 1 answer | 0

1

answer