Saturday, December 17, 2022

[FIXED] What is the @ operator (at sign) in MATLAB?

Issue

I have some MATLAB programs that use the @ (at sign) as an operator. What does it mean?

Does MATLAB 6.5 support this operator?


Solution

The @ operator creates a function handle, something that allows you to easily create and pass around a function call like a variable. It has many nice features, none of which are available to you unfortunately. This is because as you suspect, it was not introduced into matlab until version 7, the release immediately after yours.



Answered By - user85109
Answer Checked By - Cary Denson (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.