Parent Directory
|
Revision Log
|
Revision Graph
- added qwckplot.m : does a quick display of a 2D field according to imagescnan(convert2array(fld)'); axis xy;
1 | gforget | 1.1 | function []=qwckplot(fld); |
2 | %does a quick display of a 2D field according | ||
3 | %to imagescnan(convert2array(fld)'); axis xy; | ||
4 | |||
5 | imagescnan(convert2array(fld)'); axis xy; | ||
6 | |||
7 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |