Answered
viewing enumeration values in VariableEditor doesn't seem to work.
Anyone any ideas? My code works fine, I just can't belive it's not possible to view these. Thanks, Tom.

12 years ago | 0

Question


getting sum of class properties from a matrix
Hi, if I make a simple class; MATLAB code classdef ExampleClass < handle properties fileCount = 0; end ...

12 years ago | 1 answer | 1

1

answer

Question


viewing enumeration values in VariableEditor doesn't seem to work.
Hi, I've created an enum... MATLAB code classdef SmoothingAlgo enumeration None, Padding, LinearInterpolat...

12 years ago | 1 answer | 0

1

answer

Question


converting cell array of strings (dates) to matrix
Hi, I get a cell array of strings by calling a sqlserver stored procedure. The strings are all dates "dd/mnm/yyyy" which I want ...

12 years ago | 2 answers | 0

2

answers