Matlab stuff: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 March 2023

  • curprev 16:4416:44, 19 March 202347.14.99.190 talk 1,562 bytes +1,562 Created page with "== Matlab/Octave tools == === Run a script and plot the results === i=imread(strcat(num=num2str(system('../pull-last.sh')), '.orig.tiff'));plot(mean(i));title(num); #!/bin/bash #otlf scanid 6340-6344, photoid 5820-5824, lprid 2911-2912 ip=192.168.1.9 wget -qO heartbeat http://$ip/heartbeat id=$(jq '.lastVehicleRecord.scans[].id' heartbeat) wget -qO $id.orig.tiff http://$ip/requestImage/?scanId=$id #wget -O $id.modified-orig.tiff "http://$ip/requ..."