photo

Erasmus Sowah


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How do i type mean bias error (mbe) for arrays X i, Y i in matlab
For i= 1:365; N= 365 Err= (1/N)*(summation ((Xi)-(Yi))); I dont think the 'summation' is correct

mer än 6 år ago | 1 answer | 0

1

answer

Question


My matlab model is not using the data i imported but rather generating it own values. How do i solve this problem.
Dat=importeddata ('temperature.csv')

mer än 6 år ago | 1 answer | 0

1

answer

Question


I have air temperature dataset obtained in every 30 minutes for a day for a whole year. I want to extract maximum and minimum air temperature for each day for a year (365 days).
Data=importtemp ('observed.csvc'); Data1=Data ([1:end],1); % air temp Do=datenum ([2013,0101 000]); date started Dv=D...

mer än 6 år ago | 2 answers | 0

2

answers