subhendu roy
heritage institute of technology
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
260.457
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 (...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot 5 rows from a dataset? My dataset size is 125*694. I have to plot 5 rows from there so total 5*694(3470) data point.. Whenever i have plotted this each row placed above of another row. X axis range should be 0-3500 but it shown 0-700
a = dlmread('EtLAPV_TextData_Class8.txt'); [m n]=size(a); i=(a(1,:)); plot (i) hold on j=(a(2,:)); plot (j) hold on k=...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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>> >> ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I have four class of data sets (125*695, 120*695, 125*695, 125*695), where last column is the class of the sample. i want to boxplot 5 row from each datasets in a single figure. can anyone help me. thanks in advance !!!
these is the one of those data sets
casi 9 años hace | 0 respuestas | 0