We Recommend

Circuit Design with VHDL Circuit Design with VHDL
This textbook teaches VHDL using system examples combined with programmable logic and supported by laboratory exercises. While other textbooks concentrate only on language features, Circuit Design with VHDL offers a fully integrated presentation of VHDL and design concepts by including a large number of complete design examples, illustrative circuit diagrams, a review of fundamental design concepts, fully explained solutions, and simulation results.


Posted By

yuconner on 12/13/06


Tagged


Versions (?)


save plots (octave)


Published in: Other 


  1. % saves the plot to a png file
  2. gset terminal png;
  3. gset output "filename.png";
  4.  
  5. replot; % or plot
  6.  
  7. % then:
  8. closeplot

Report this snippet 

You need to login to post a comment.