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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -