photo

Odien


Utar

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Students.

统计学

MATLAB Answers

9 个提问
1 个回答

排名
21,698
of 300,765

声誉
2

贡献数
9 个提问
1 个回答

回答接受率
44.44%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Multiple Graph plotting manipulation in matlab
x = -100:1:100; y1 = 0.8*x; %L(x) y2 = (-27/97750)*x.^3+(4/5)*x; %g(x) y3 = (-81/9775)*x + (1726/1955)*x -(108/391); ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to plot a graph that consist all quadrant ?
x = -100:10:100; y1 = 0.8*x; %L(x) y2 = (-27/97750)*x.^3+(4/5)*x; %g(x) y3 = (-81/9775)*x + (1726/1955)*x -(108/391);...

10 years 前 | 1 个回答 | 0

1

个回答

提问


symbolic simplification to a function
from basic trigo formula sec^2 x = 1+tan^2 x in matlab sym('x') trigo = 1 + tan(x)^2 simplify(trigo) will g...

10 years 前 | 0 个回答 | 0

0

个回答

提问


generate a summation series
3(2+1)+4(3+2+1)+5(4+3+2+1)+6(5+...1)+...+1000(999+...+1). How to write a matlab code to calculate the following summation wit...

10 years 前 | 2 个回答 | 0

2

个回答

提问


why anonymous function is needed ?
i am currently confusing with this question,i try to search in matlab but all i get is the way to use the anonymous function =@ ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


unable to plot a function graph
this is the question. s = p(1+i)^n, Write a program that will plot the amount S as it increases through the years from 1 to n. ...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Plotting graph with given points
after the graph is plot, how can we snip the following graph and paste it to mic.word?

10 years 前 | 1

提问


Plotting graph with given points
basically we always plot graph of certain function such as x = 0 : 1 : 10 y = sinx; plot(x,y,'-r^') lets say given x = 2 ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


To calculate the end point.
TO generate array, we can use this code A(1:2:10) which means to create a array with equally spaced with size 2 , start point is...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Calculus with MATLAB, area under the curve
Write a Matlab function M-file that carries out the calculation of area under the curve for any function f,interval [a,b] and ch...

10 years 前 | 2 个回答 | 0

2

个回答