Community Profile

photo

ice steam


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


what's the diffirence between @f1 and directly recall the same function , f1
for example : function y = square(x) y = x.*x; end t1=5; sq = @(t)square(t); sq1 = sq(t1); sq2 = square(t1);

9 years ago | 1 answer | 0

1

answer

Question


use surf to plot 2-D gaussian function , it's appear to be not continuous at potion (0,0)
<</matlabcentral/answers/uploaded_files/32556/%E6%8D%95%E8%8E%B7.PNG>> X1 =[0 1 2 ... 15 -14 -13 ...-2 -1]; Y1 =[0 1 2 .....

9 years ago | 0 answers | 0

0

answers

Question


what's the function of validateattributes's argument FUNCNAME and VARNAME
FUNCNAME String that specifies the function name. VARNAME String that specifies input argument name. what's the "the f...

9 years ago | 1 answer | 0

1

answer