Skip to content

Instantly share code, notes, and snippets.

View dianekaplan's full-sized avatar

Diane Kaplan dianekaplan

  • ginkgo bioworks: Concentric
  • Arlington, MA
View GitHub Profile
function [out1] = simple_waiting(input)
% The input will be a directory name
% out1 is an array of parsed patient info
% (didn't have to make proper parser- just got the answers in this file)
clear
clc
close all
data_matrix = [1,735724.291666667,735724.322916667,735724.343750000,5;2,735724.331250000,735724.340277778,735724.371527778,18];

Keybase proof

I hereby claim:

  • I am dianekaplan on github.
  • I am dianekaplan (https://keybase.io/dianekaplan) on keybase.
  • I have a public key whose fingerprint is B2B2 5BAF 7A9E 1119 F28F CFAF 19C5 5CB4 36C7 5DA6

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<style>
#popup {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}