JUK1
SolutionDisp.m File Reference

Go to the source code of this file.

Functions

 plot ([solutionData(:).t],[solutionData(:).n3])
 
 plot ([solutionData(:).t], abs([solutionDataCopy(:).n3] -[solutionData(:).n3]))
 
 figure ()
 
 plot ([solutionData(:).t], abs([solutionDataCopy(:).n4] -[solutionData(:).n4]))
 

Variables

hold on
 
hold off
 

Function Documentation

◆ figure()

figure ( )

◆ plot() [1/3]

plot ( abs([solutionDataCopy(:).n3] -[solutionData(:).n3])  )

◆ plot() [2/3]

plot ( abs([solutionDataCopy(:).n4] -[solutionData(:).n4])  )

◆ plot() [3/3]

plot ( )

Variable Documentation

◆ off

hold off

Definition at line 5 of file SolutionDisp.m.

◆ on

hold on

Definition at line 2 of file SolutionDisp.m.