another question: what does @ mean in matlab?# Programming - 葵花宝典
q*d
1 楼
saw an example shows:
mu = @(x) -1.9+.23*x;
try to google it and search it in matlab help, did not find out
the useful link since "@" is kind of hard to search.
Thanks very much!
mu = @(x) -1.9+.23*x;
try to google it and search it in matlab help, did not find out
the useful link since "@" is kind of hard to search.
Thanks very much!