Custom help information on structure fields

3 views (last 30 days)
Hello everyone,
I am in the process of creating an analysis pipeline for my research lab. For this pipeline I store all a lot of the analysis results into a structure under specifc field names. In order to make things easier for my users I would like to add a help information on the struture field entries. So that a user can type "help structure.fieldname" and get some information on how that fieldname was calculated etc.
Does anyone know of a reasonable way to do this?
Thanks in advance,
Michael

Accepted Answer

James Tursa
James Tursa on 31 Mar 2020
  1 Comment
Michael Savage
Michael Savage on 3 Apr 2020
This method seems to be great way to achieve what I want to do. I am creating a class for the data structure now. I just need to make a script to convert all the already created strucvtures into class objects.
Thanks a lot!

Sign in to comment.

More Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!