Christopher Carey
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
102.309
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
23.08%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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 =...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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)...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Need assistance with Fourier analysis and GUI
function varargout = gui212(varargin) % GUI212 MATLAB code for gui212.fig % GUI212, by itself, creates a ne...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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); % ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Need assistance error im getting from GUI
function varargout = diffyQ(varargin) % DIFFYQ MATLAB code for diffyQ.fig % DIFFYQ, by itself, c...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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*...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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)...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0