Christopher Carey
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...
7 years 前 | 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...
7 years 前 | 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)...
7 years 前 | 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...
7 years 前 | 1 个回答 | 0