daqpropedit - what can do one comma

Fixing small bug - getting good working tool.

You are now following this Submission

There is a smal bug in Data aquisition property editor at line 225:

data.ObjectList(ct+1:ct+numChildren,1)=num2cell(children);

This cause the situation that information about channels starting form second one is not displayed. You can try by yourself.
changing this to:

data.ObjectList(ct+1:ct+numChildren,1)=num2cell(children,2);

you'll get fully functional editor. That's all. If you are lazy to do it just download this fle.
Anyway, many thanks to people who created this editor.

Cite As

Arsen Arakelyan (2026). daqpropedit - what can do one comma (https://www.mathworks.com/matlabcentral/fileexchange/6745-daqpropedit-what-can-do-one-comma), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0