daqpropedit - what can do one comma

Fixing small bug - getting good working tool.
876 Downloads
Updated 21 Jan 2005

No License

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 (2024). daqpropedit - what can do one comma (https://www.mathworks.com/matlabcentral/fileexchange/6745-daqpropedit-what-can-do-one-comma), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polar Plots in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0