photo

ice steam


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
208,834
of 301,421

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,269

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,475

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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);

10 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 .....

11 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...

11 years ago | 1 answer | 0

1

answer