You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
- Version 1.0.0.0 (9.22 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
