photo

demayik


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
279,127
of 301,464

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

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


编了个求积分的程序,但是总有警告。
我想画出g(y)关于y的图像,下面的程序应该怎样改进呢? y=linspace(-1,1); >> g_y=quadv(@(x)cosh(0.3.*(x-y)).*x./(pi.*(x-y)),-1,1); Warning: Infinite o...

3 years ago | 0 answers | 0

0

answers

Question


matlab多项式拟合的一个疑问。
f(x) = p1*x^2 + p2*x + p3 Coefficients (with 95% confidence bounds): p1 = 1.72 (0.9384, 2.503) p2 = ...

3 years ago | 0 answers | 0

0

answers