Community Profile

photo

Christopher Carey


2017년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 =...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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)...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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); % ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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*...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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)...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변