Feeds
질문
why I am getting error in legend function and 3 harmonics i given i need to get 3 figures and output i need to get in command window but i am not getting these stuffs
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
I am not getting the title, x axis, y axis label in the graph eventhough In code i given title('Demonstration of Rolles theorem'); xlabel('x-axis') ylabel("y-axis")
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Eventhough i used syntax for plotting xlabel, ylabel , title but its not visible in the graph
clear clc syms x y f(x)=input('Enter the function:'); I=input('Enter the interval:'); a=I(1);b=(2); Df=diff(f,x); m=(f(b...
4년 초과 전 | 답변 수: 3 | 0
