syntax - What is the @ operator in MATLAB? -


i've used matlab 6.5 before. got programs using '@'. can tell me it?

by way, matlab 6.5 support operator?

the @ operator creates function handle, allows create , pass around function call variable. has many nice features, none of available unfortunately. because suspect, not introduced matlab until version 7, release after yours.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -