peaks; axis tight %Set the axis limits to equal the range of the data axis square axis 'auto x' %x轴坐标上下限自动调整 axis off %Plot a surface without displaying the axes lines and background. set(gca,'Visible','off'); %消除坐标轴,显示范围的大小没有改变,同上句 %更多特性
package com.service; import org.apache.axis.client.Call; import org.apache.axis.client.Service; public class test2 { public static void main(String args[]){ String helloURL = "http://localhost:8889//services/HrmService"; try { //以下都是套路 Service s