![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11512976_1577118704699_DEF.jpg)
Boss Man
Followers: 0 Following: 0
Statistik
18 Fragen
0 Antworten
RANG
161.325
of 297.016
REPUTATION
0
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)) ...
fast 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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,...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
no output when coding
a = xlsread('outdoorall.xlsx','H2:H52364'); b=xlsread('indoorall.xlsx','H2:H52364'); %2397 t=xlsread('outdoorall.xlsx','E2:E52...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab time seires cpdomg
Heres what I Have sofar outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); t...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
MATLAB coding help pl\
Heres what I Have sofar outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); t...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Don't know how to fix
outdoorapr = xlsread('outdoorapr.xlsx','D2:D8586'); indoorapr=xlsread('indoorapr.xlsx','D2:D8586'); time=xlsread('time.xlsx','...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0