photo

subhendu roy


heritage institute of technology

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I want to plot 5 rows from a dataset (125*694). each row must be plot one by one. means 1st row wll be plot in Y-Axis 0-694 then 695-1388 then 1389-2082 every time my n value is incresed by 2,3,4,5 order,.
a = dlmread('EtLAPV_TextData_Class5.txt'); [m1,n1]=size(a); a=a(:,1:n1-1); i=(a(1,:)); plot(i) hold on j=(a(2,:)); plot (...

8 years 前 | 1 个回答 | 0

1

个回答

提问


i have subplot 5 five figure by selecting 5 rows from a dataset. Now i want to plot this one only one y and x axis ,there should not be any white spaces.My dataset size is 125*694 , from whch i have plot 5 rows. Y axis should be 0-3470 !!
fig1 = open('1st electrode.fig'); fig1_ax = gca; %gets current axis and stores into handle fig1_ax fig2 = open('2nd elec...

8 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


I have five figure in .Fig extension which i am creating after plotting 5 rows from a dataset. Now i want to Join these 5 figure into one figure in vertical allignemnt
<</matlabcentral/answers/uploaded_files/47021/1st.jpg>> << <</matlabcentral/answers/uploaded_files/47023/3rd.jpg>> >> ...

8 years 前 | 1 个回答 | 0

1

个回答