photo

Odien


Utar

2015년부터 활동

Followers: 0   Following: 0

메시지

Students.

통계학

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

거의 9년 전 | 답변 수: 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);...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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 =@ ...

거의 9년 전 | 답변 수: 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. ...

거의 9년 전 | 답변 수: 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?

거의 9년 전 | 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 ...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

대략 9년 전 | 답변 수: 2 | 0

2

답변