To delete one or multiple rows in a struct, you can use the rmfield
function. Here is an example of how to remove the 2nd row in a struct:
main.m59 chars2 lines
If you need to remove a specific field from a struct, here is an example:
main.m86 chars2 lines
gistlibby LogSnag