|
rbmatlab 0.10.01
|
copies the fields of structure s2 into structure s1. If the field to be copied does not exist in s1 yet, a field with the appropriate name is created. More...
Go to the source code of this file.
Functions | |
| function s1 = | structcpy ( s1, s2) |
| copies the fields of structure s2 into structure s1. If the field to be copied does not exist in s1 yet, a field with the appropriate name is created. | |
copies the fields of structure s2 into structure s1. If the field to be copied does not exist in s1 yet, a field with the appropriate name is created.
Definition in file structcpy.m.
| function s1 = structcpy | ( | s1, | |
| s2 | |||
| ) |
copies the fields of structure s2 into structure s1. If the field to be copied does not exist in s1 yet, a field with the appropriate name is created.
| s1 | s1 |
| s2 | s2 |
| s1 | s1 |
Definition at line 1 of file structcpy.m.
1.7.4