Code covered by the BSD License
-
cantilever_aluminum
Copyright 2006, The MathWorks, Inc.
-
cantilever_init( cantileverDa...
Copyright 2006, The MathWorks, Inc.
-
cosmos2m( fNameDir, fNameRoot...
COSMOS2M Create eigenvectors/eigenvalue matrices from CosmosWorks FEA
-
fea_to_statespace( modes , fr...
FEA_TO_STATESPACE Data structures for using FEA results in state-space formalism
-
internal_plotpositiondata( da...
Copyright 2006, The MathWorks, Inc.
-
material_aluminum1060
Copyright 2006, The MathWorks, Inc.
-
paper_calculate_period( t , y...
PAPER_CALCULATE_PERIOD Calculates period of a signal
-
paper_generate_fea_plots
PAPER_GENERATE_FEA_PLOTS Generate plots for flexible-body paper
-
paper_generate_freq_shift( ma...
PAPER_GENERATE_FREQ_SHIFT Will compute the period for a series of masses
-
paper_generate_lump_plots
PAPER_GENERATE_LUMP_PLOTS Generate plots for flexible-body paper
-
paper_plot_position_data( dat...
PAPER_PLOT_POSITION_DATA Helper function to plot deflection
-
paperfig_dosave( name )
PAPERFIG_DOSAVE Save the current figure in various formats
-
cosmos_cantilever.m
-
cosmos_cantilever_twoside.m
-
masked_model_script_twoside.m
-
paper_generate_figures.m
-
paper_plot_freq_shift.m
-
cantilever
-
cantilever_util
-
fea_cantilever_body
-
fea_cantilever_body_spring
-
fea_cantilever_body_spring_tw...
-
fea_cantilever_load
-
flex_element_lib
-
lump_cantilever_body
-
lump_cantilever_body_spring
-
lump_cantilever_load
-
View all files
from
Modeling Flexible Bodies in SimMechanics
by Dallas Kennedy
Technical paper and examples on modeling flexibility in SimMechanics.
|
| internal_plotpositiondata( datat , datay , whatIs ) |
function internal_plotpositiondata( datat , datay , whatIs )
% Copyright 2006, The MathWorks, Inc.
figure;
t = datat( : , 1 );
y = datay( : , 2 ) * 1e3; % convert to mm
plot( t, y , 'b-' );
xlabel( 'Time [sec]' );
ylabel( 'Y-Deflection [mm]' );
title( [ 'Deflection of ' whatIs ] );
|
|
Contact us at files@mathworks.com