photo

Christopher Carey


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Hey please assist me with plotting this function, not sure why im getting indexing error
here is my code t=0:1:100 y1=(3/10)*(1-exp(-6*t)(cos(sqrt(14*t))+(((3*sqrt(14))/7)*sin(sqrt(14*t))))) plot(y1,t) Her...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Need assistance implementing ode45 in GUI
Hey not sure what to do about the errors I'm getting any assistance is greatly appreciated My code: function varargout =...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hey need assistance solving third order system using ode45
Hey trying to attempt this but still getting errors Code: function output=funct(A,B,C,D,E,F,tmin,tmax) [t,y]=ode45('func...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please help with using ode45
Please assist me with resolving the errors I'm getting. Heres my functions: function output=funct(A,B,C,D,E,F,tmin,tmax)...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need assistance with Fourier analysis and GUI
function varargout = gui212(varargin) % GUI212 MATLAB code for gui212.fig % GUI212, by itself, creates a ne...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hey need assistance with fourier analysis questions
function [x,f]=my_Fourier_series_generator(T,a0,an,bn,xrange,max_N) x=linspace(xrange(1),xrange(2),1000); % ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need assistance error im getting from GUI
function varargout = diffyQ(varargin) % DIFFYQ MATLAB code for diffyQ.fig % DIFFYQ, by itself, c...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Trying to plot a periodic function
Not sure how to fix this error please assist t=0:0.1:1000 ao=0.504 for n=1:1000 an=0.504*(2/(1+16*...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hey can you please help me with these errors im getting from my GUI
function varargout = diffyQ(varargin) % DIFFYQ MATLAB code for diffyQ.fig % DIFFYQ, by itself, creates a new DIFFYQ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help with stem discrete signal plot
Hey I want to dis play my signal which has values from n=[0,101] only from n=[0,50] but when i try it tells me x must be the sam...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help with stem plotting
Hey I want to dis play my signal which has values from n=[0,101] only from n=[0,50] but when i try it tells me x must be the sam...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Help with stem different colors
For my second plot my red lines keep coming up as red rings please help me with this clc; close all; N=52; x = zeros(1,N)...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please help with Index exceeds matrix dimensions error
%%here is my code clc; close all; N=50; x = zeros(1,N); for n = 1:length(x) x(n)= sin((n/16)*pi); end y= ze...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort