フィルターのクリア

viewing enumeration values in VariableEditor doesn't seem to work.

1 回表示 (過去 30 日間)
tombola
tombola 2011 年 11 月 24 日
Hi, I've created an enum...
MATLAB code
classdef SmoothingAlgo
enumeration
None, Padding, LinearInterpolation
end
end
And am using it to set a class property
MATLAB code
smoothingAlgo = SmoothingAlgo.LinearInterpolation;
Everything works well, but when I look at the value in the variable editor I just get:
MATLAB code
newIndicatorObject.smoothingAlgo <1x1 SmoothingAlgo>
And double clicking on it to see the value just gives me a blank screen.
Am I doing something wrong? This functionality isn't documented in the "enumeration limitations".
Thanks a lot,
Tom.

回答 (1 件)

tombola
tombola 2011 年 11 月 30 日
Anyone any ideas? My code works fine, I just can't belive it's not possible to view these.
Thanks,
Tom.

カテゴリ

Help Center および File ExchangeSubsystems についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by