Let me clarify,
I have pasted my matlab code into the matlab scrip node.
In this code, I have called a subfunction that I have created.
Example
k(n)=k_c(T(n))
where
k_c is a subfunction I have created.
How do I get my code in the node to sucessfully read the subfunction k_c?