Boss Man
Followers: 0 Following: 0
Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
194.396
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
how to convert date to numbers
so i have 200 dates on my data from 1st october.... i wanted to know if there was a trick to numbering the dates, e.g. making...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
keep getting errors on matlab
t = xlsread('trandom','E2:E59'); y = xlsread(rtemp.xlsx','H2:H59'); N=58; for i=1:N A=[N sum(sin(t(i)) sum(cos(t(i)) ...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
solving ax=b for x
So i have a matrix involving summations matrix a = [F sum(sinp) sum(cosp) sum(sinp) sum(sin^2(p)) sum(sinpco...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to combine date and time
So i have my data file attached want to combine the data and time then using the combined datetime produce different temptime ...
más de 4 años hace | 1 respuesta | 0
1
respuesta1
respuestaPregunta
is there a way to determine the fourier series of a curve by matlab?
so i assume my curve is of the form y=a(sin(t-c)+d) i have the curve, i dont understand how to work out the coefficients a,b,c,...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
no output when coding
a = xlsread('outdoorall.xlsx','H2:H52364'); b=xlsread('indoorall.xlsx','H2:H52364'); %2397 t=xlsread('outdoorall.xlsx','E2:E52...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
help p\z ssasas ds
i have the following data: a = xlsread('outdoorall.xlsx','G2:H52364'); b=xlsread('indoorall.xlsx','G2:H52364'); %2397 time=xl...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how to code irregular time periods??
i have the following data: a = xlsread('outdoorall.xlsx','G2:H52364'); b=xlsread('indoorall.xlsx','G2:H52364'); %2397 time=xl...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Why do i keep getting this error???
so heres the data file outdoor = xlsread('outdoorall.xlsx','G2:H52364'); indoor=xlsread('indoorall.xlsx','G2:H52364'); %2397...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab time seires cpdomg
Heres what I Have sofar outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); t...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB coding help pl\
Heres what I Have sofar outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); t...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Don't know how to fix
outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); time=xlsread('time.xlsx','...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
code wont match dimensions
a=[00.00 22.3 00.06 22.4 00.11 22.4 00.16 22.5 00.21 22.4 00.26 22.4 00.31 22.3 00.36 22.2 00.41 22.2 00.46 22.1 00.51...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
including data from excel
I want to create two matrices from two different excel files and implement them in my code the matrices would be extremely long...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
including a data file
how would you include a data file in code the matrix is large therefore i would prefer to quote it but i dont know how to do th...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
please help me with matlab
%matrix a of indoor temp %matrix b of outdoor temp t=5 for i=1:8590 dt=(a(i+1)-a(i))/t c=dt/b(i)-a(i) plot(c) not great a...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
help with a q
ive been given two data sets measuring indoor temp and out door temp Goal is to determine a constant that solves the eq: chang...
casi 5 años hace | 0 respuestas | 0