![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9843595_1522134419585_DEF.jpg)
Christopher Carey
Followers: 0 Following: 0
Statistiques
13 Questions
0 Réponses
RANG
211 892
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
23.08%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 =...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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)...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Need assistance with Fourier analysis and GUI
function varargout = gui212(varargin) % GUI212 MATLAB code for gui212.fig % GUI212, by itself, creates a ne...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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); % ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Need assistance error im getting from GUI
function varargout = diffyQ(varargin) % DIFFYQ MATLAB code for diffyQ.fig % DIFFYQ, by itself, c...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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*...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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)...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0