@@ -1421,15 +1421,15 @@ function disp(obj)
1421
1421
[rx , ry ] = obj .getGyradius();
1422
1422
[wx , wy ] = obj .getPlasticModuli();
1423
1423
1424
- fprintf(' \t Centroide: (%.2f ,%.2f )\n ' , cx , cy );
1425
- fprintf(' \t Centro geometrico: (%.2f ,%.2f )\n ' , gx , gy );
1426
- fprintf(' \t Ancho: %.2f\n ' , sx );
1427
- fprintf(' \t Alto: %.2f\n ' , sy );
1428
- fprintf(' \t Area: %.2f\n\t\t Continuos: %.2f\n\t\t Singulares: %.2f\n ' , a , ac , as );
1429
- fprintf(' \t Inercia:\n\t\t Ix: %e\n\t\t Iy: %e\n ' , ix , iy );
1430
- fprintf(' \t Modulo plastico:\n\t\t Wx: %e\n\t\t Wy: %e\n ' , wx , wy );
1431
- fprintf(' \t Radio de giro:\n\t\t rx: %.3f\n\t\t ry: %.3f\n ' , rx , ry );
1432
- fprintf(' \t Numero de elementos: %d\n\t\t Continuos: %d\n\t\t Singulares: %d\n ' , ...
1424
+ fprintf(' \t Centroide:\t\t\t (%.2f ,%.2f )\n ' , cx , cy );
1425
+ fprintf(' \t Centro geometrico:\t (%.2f ,%.2f )\n ' , gx , gy );
1426
+ fprintf(' \t Ancho:\t %.2f\n' , sx );
1427
+ fprintf(' \t Alto:\t %.2f\n' , sy );
1428
+ fprintf(' \t Area:\t %.2f\n\t\t Continuos:\t %.2f\n\t\t Singulares:\t %.2f\n' , a , ac , as );
1429
+ fprintf(' \t Inercia:\n\t\t Ix:\t %e\n\t\t Iy:\t %e\n' , ix , iy );
1430
+ fprintf(' \t Modulo plastico:\n\t\t Wx:\t %e\n\t\t Wy:\t %e\n' , wx , wy );
1431
+ fprintf(' \t Radio de giro:\n\t\t rx:\t %.3f\n\t\t ry:\t %.3f\n' , rx , ry );
1432
+ fprintf(' \t Numero de elementos: %d\n\t\t Continuos:\t\t %d\n\t\t Singulares:\t\t %d\n' , ...
1433
1433
obj .contTotal + obj .singTotal , obj .contTotal , obj .singTotal );
1434
1434
1435
1435
% Obtiene los materiales
@@ -1448,10 +1448,10 @@ function disp(obj)
1448
1448
1449
1449
fprintf(' \t Materiales diferentes: %d\n ' , length(matsK ));
1450
1450
for i = 1 : length(matsK )
1451
- fprintf(' \t\t%d % s\n' , matsV{i }, matsK{i });
1451
+ fprintf(' \t\t ( %d ) \t%d\t% s\n' , i , matsV{i }, matsK{i });
1452
1452
end % for i
1453
1453
1454
- fprintf(' \t Limites de la seccion:\n\t\t x: (%.2f ,%.2f )\n\t\t y: (%.2f ,%.2f )\n ' , ...
1454
+ fprintf(' \t Limites de la seccion:\n\t\t x:\t (%.2f ,%.2f )\n\t\t y:\t (%.2f ,%.2f )\n ' , ...
1455
1455
xmin , xmax , ymin , ymax );
1456
1456
1457
1457
dispMCURV();
0 commit comments