Statistics
6 Questions
0 Answers
RANK
221.881
of 297.503
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159.017
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
Question
I need to generate in a separate window, the absolute difference (error) between the two functions.
syms k x clf; %%%%% User Input %%%%%%% a=@(k)-1.^k; % define coefficient sequence f=@(x)symsum(a(k).*x.^k/k^2,k,...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
Error using sym/limit (line 48) The limit variable must be a symbolic variable.
syms k limit(k^1/k,inf) Error using sym/limit (line 48) The limit variable must be a symbolic variable. Error ...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
Plot a graph and its derivatives
syms x y; f=@(x)sin(x.^2).*cos(x); dy=diff(f(x)) df=@(x)subs(dy); diff(f(x),2); dy2=diff(f(x),2); df2=@(x)subs(dy2); x=...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
How to write an M-file that uses ezplot to display a graph and a circle on the same figure ?
Write an M-file that use ezplot to display the graph of 2x^2+xy+y^4=1 and the circle x^2+y^2=1, on the same figure. with grap...
ongeveer 9 jaar ago | 1 answer | 0
1
answerQuestion
Diagonals in a Square
Can anyone tell me how to write an M-file for graphing two diagonals on a Square shape graph by using the 'plot' command?
ongeveer 9 jaar ago | 1 answer | 0
1
answerQuestion
Script for plotting two graphs on the same window
How to write a script that plots two different graphs on the same window ?
ongeveer 9 jaar ago | 2 answers | 0