private void Filtruj(Staw staw, Os os, string nazwaSkeletona = "SKELETON")
 {
     matlab.Execute(@"[SKELETON] = filtr(SKELETON, " + (int)staw + ", " + (int)os + ");");
 }
 public void WyborStawu(Staw staw)
 {
     matlab.Execute(@"[staw, stawik] = wybor_stawu(" + (int)staw + ");");
 }