Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
241.287
of 300.057
REPUTAZIONE
0
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 167.162
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
Risposto
how to uses str2sym
syms t k; ft1=input('Enter function of t (First part): '); ft2=input('Enter function of t (Second part): '); ft1= str2sym (ft...
how to uses str2sym
syms t k; ft1=input('Enter function of t (First part): '); ft2=input('Enter function of t (Second part): '); ft1= str2sym (ft...
oltre 4 anni fa | 0
Risposto
How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
syms t fplot(sin(t)/t,[-4*pi, 4*pi])
How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
syms t fplot(sin(t)/t,[-4*pi, 4*pi])
quasi 5 anni fa | 0