Kosmas-Damianos Giannakos
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
261.530
of 295.527
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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,...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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=...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Script for plotting two graphs on the same window
How to write a script that plots two different graphs on the same window ?
quasi 9 anni fa | 2 risposte | 0