JUK1
comp.m File Reference

Go to the source code of this file.

Functions

end figure ()
 
 plot (d.time, d.(nodeNum))
 
 plot (v.time, v.(nodeNum), '--')
 
 plot (d.time, d.(nodeNum) - v.(nodeNum))
 

Variables

 function [d, v]
 
 v = readtable(VFPath)
 
 sametime = false
 
if d time
 
hold on
 
hold off
 

Function Documentation

◆ figure()

figure ( )

◆ plot() [1/3]

plot ( d.  time,
d.  nodeNum) - v.(nodeNum 
)

◆ plot() [2/3]

plot ( d.  time,
d.  nodeNum 
)
Here is the caller graph for this function:

◆ plot() [3/3]

plot ( v.  time,
v.  nodeNum,
'--'   
)

Variable Documentation

◆ function

function[d, v]
Initial value:
= comp( DTIRPath, VFPath, nodeNum )
d = readtable(DTIRPath)
end f_s d

Definition at line 1 of file comp.m.

◆ off

hold off

Definition at line 12 of file comp.m.

◆ on

hold on

Definition at line 11 of file comp.m.

◆ sametime

sametime = false

Definition at line 5 of file comp.m.

◆ time

if d time
Initial value:
== v.time
sametime = true
sametime
Definition: comp.m:5
v
Definition: comp.m:4

Definition at line 6 of file comp.m.

◆ v

N16 v = readtable(VFPath)

Definition at line 4 of file comp.m.