Feeds
已回答
hours(diff(datetime([t1;t2]))) function
figured it out hours(diff(datetime(t1;t2]))) = c is wrong it should be c = hours(diff(datetime([t1;t2]))) for some reason
hours(diff(datetime([t1;t2]))) function
figured it out hours(diff(datetime(t1;t2]))) = c is wrong it should be c = hours(diff(datetime([t1;t2]))) for some reason
4 years 前 | 0
| 已接受
提问
hours(diff(datetime([t1;t2]))) function
i have a 300 x 2 table, i want to calculate time differences and i want to count how many of them are more than 3 hours. [a, b] ...
4 years 前 | 3 个回答 | 0
3
个回答提问
size function says not enough input arguments
function y = mypnz(x) % negative positive zero [m,n] = size(x); pp = 0; nn = 0; zz = 0; for a = 1:m for b = ...
4 years 前 | 1 个回答 | 0
