TLC LibGetRecordWidth documentation?

3 views (last 30 days)
Brandon Phelps
Brandon Phelps on 19 Sep 2016
Answered: Zhao Wang on 26 Sep 2016
From some of the asap2 tlc generation files I'm looking at I see this function being use and it takes in a signal, however I'm uncertain what it returns or how it works.
I'm having some trouble finding documentation on this function and how it works.
Where would documentation on the LibGetRecordWidth be, even better would be documentation on the all the tlc library provided functions

Answers (1)

Zhao Wang
Zhao Wang on 26 Sep 2016
I understand that you are not able to find documentation about the "LibGetRecordWidth" function.
The "LibGetRecordWidth" function returns the width of the specified record as an integer. This function is one of the 'Miscellaneous Functions' in the TLC Library. Refer to the following link for more details:
Definition of this function can be accessed by typing the following command in the MATLAB Command Window:
>> edit([matlabroot '/rtw/c/tlc/lib/dtypelib.tlc']);
For other functions in the TLC Library, refer to the following link:

Community Treasure Hunt

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

Start Hunting!