photo

Dimlights


Last seen: 1 year ago Active since 2024

Followers: 0   Following: 0

Message

Programming Languages:
Python
Spoken Languages:
Chinese

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
292,809
of 300,571

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


为什么这段数模代码反复调试后仍然出错?
问题是 MATLAB代码为 % 求f(x) syms x; f=exp(-x.^2).*(1-x.^2); df=diff(f,x); d2f=diff(df,x); disp(d2f); % 设立测试点 NN=[6,11,21,41...

1 year ago | 1 answer | 0

1

answer