Accessing a structure from its field value? Going from field value backwards to structure index.

Answers (1)

I would suggest instead of defining a patient class to store information, you store the patient information in a table.
That is the allpatient property in your curPatientList class can be a table instead of array of patient class.

This question is closed.

Products

Release

R2020b

Asked:

on 14 Oct 2020

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!