From charlesreid1

ExpDesignLinearHypercube.png(592 × 529 pixels, file size: 33 KB, MIME type: image/png)

Made this plot with the following Matlab script:

x=0:0.1:1;
plot(x(:),x(:),'kx')
grid on;
set(gca,'XTick',0:0.1:1); set(gca,'YTick',0:0.1:1)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:13, 20 June 2011Thumbnail for version as of 11:13, 20 June 2011592 × 529 (33 KB)Admin (talk | contribs)Made this plot with the following Matlab script: <source lang="matlab"> x=0:0.1:1; plot(x(:),x(:),'kx') grid on; set(gca,'XTick',0:0.1:1); set(gca,'YTick',0:0.1:1) </source>

The following page uses this file: