issuing a warning with details
I want matlab to issue a warning, with a lot of details. However, i don't want to flood the command propmt. i thought of issuing...
대략 3년 전 | 답변 수: 1 | 0
1
답변
질문
inheriting property and changing access
I have an abstract class 'TA_Component' with a property 'Length'. in general the propery should be set by the user.
nI also hav...
대략 3년 전 | 답변 수: 2 | 0
2
답변
질문
letting an object name itself
i am working on an object oriented code. i would like every object to have a property 'name' that is identical to it's workspace...
대략 3년 전 | 답변 수: 1 | 0
1
답변
질문
create a function while protecting it's code
i am working towards publishing my code. while most of it i hope to publish as an open source code, there is one function that i...
대략 3년 전 | 답변 수: 1 | 0
1
답변
질문
passing a variable name to a function
let's say i have several variables, and i want to create a function that changes a variable based on user specification
for ins...
3년 초과 전 | 답변 수: 1 | 0
1
답변
질문
method accessing it's own object
it seems that a method inside a class definition cannot access it's own object, or at least it doesn't recognize it's own object...