Skip to content

Commit d8f6df9

Browse files
committed
Update iotmythplot.m
1 parent 6b1c664 commit d8f6df9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iotmythplot.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
format longG
22

3-
data = readtable('resp3.csv', 'ReadVariableNames', false, 'HeaderLines', 1);
3+
data = readtable('rx.csv', 'ReadVariableNames', false, 'HeaderLines', 2);
44

55
% ini untuk format date seperti halnya di jmeter ya
66
% x = seconds((datenum(datestr(data.ElapsedTime, 'yyyy-mm-dd hh:MM:ss.fff')) - datenum(datestr(data{1,1}, 'yyyy-mm-dd hh:MM:ss.fff'))) * 100000);
@@ -22,6 +22,7 @@
2222

2323
% kalo ini format number dalam menit
2424
x = (datenum(datestr(data{:,1}, 'yyyy-mm-dd hh:MM:ss.fff')) - datenum(datestr(data{1,1}, 'yyyy-mm-dd hh:MM:ss.fff'))) * 100000/60;
25+
%x = data{:,1};
2526
hold on
2627
title('Any Plot');
2728
xlabel('Elapsed time (minutes), Granulation: 500 ms','FontSize',12,'FontWeight','bold');

0 commit comments

Comments
 (0)