Eleftherios Ioannidis
自 2011 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Writing "this" class' properties?
Hi, I am new to Matlab classes. I want to change the value of some properties in a function called ChangeProperties from within ...
15 years 前 | 1 个回答 | 0
1
个回答已回答
Function with input an array of classes.
Thanks Andrew, with your advice I managed to fix this. And Phillip too, the [] brackets saved me. It works fine now.
Function with input an array of classes.
Thanks Andrew, with your advice I managed to fix this. And Phillip too, the [] brackets saved me. It works fine now.
15 years 前 | 0
已回答
Function with input an array of classes.
This worked for this function. But in another function, I did everything you said (constructors, []brackets, explicit 'this') an...
Function with input an array of classes.
This worked for this function. But in another function, I did everything you said (constructors, []brackets, explicit 'this') an...
15 years 前 | 0
提问
Function with input an array of classes.
Maybe it's because I have a lot of programming experience in C/C++, but I am trying to build a function inside a class that take...
15 years 前 | 5 个回答 | 0
