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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -