Estructuras
1. DATOS DE INGRESO:
h= Altura total de la sección de la viga hf=Altura del ala b= base de la sección transversal bw=Ancho del alma r= longitud para el recubrimiento f’c= Calidad del concreto fy= Esfuerzo de fluencia del acero Mu= Momento último en la sección 2. DATOS DE SALIDA: Peralte efectivo Índice de refuerzo mínimo Cuantía de refuerzo para la sección Cuantía balanceada Cuantía máxima Cálculo del acero para la sección Tipo de falla
3. PSEUDOCODIGO: 4. function varargout = Viga_T(varargin) 5. % Viga_T M-file for Viga_T.fig 6. % …ver más…
78. % See ISPC and COMPUTER. 79. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) 80. set(hObject,'BackgroundColor','white'); 81. end 82. 83. 84. 85. function edit2_Callback(hObject, eventdata, handles) 86. % hObject handle to edit2 (see GCBO) 87. % eventdata reserved - to be defined in a future version of MATLAB 88. % handles structure with handles and user data (see GUIDATA) 89. 90. % Hints: get(hObject,'String') returns contents of edit2 as text 91. % str2double(get(hObject,'String')) returns contents of edit2 as a double 92. 93. 94. % --- Executes during object creation, after setting all properties. 95. function edit2_CreateFcn(hObject, eventdata, handles) 96. % hObject handle to edit2 (see GCBO) 97. % eventdata reserved - to be defined in a future version of MATLAB 98. % handles empty - handles not created until after all CreateFcns called 99. 100. % Hint: edit controls usually have a white background on Windows. 101. % See ISPC and COMPUTER. 102. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) 103. set(hObject,'BackgroundColor','white'); 104. end 105. 106. 107. 108. function edit3_Callback(hObject, eventdata, handles) 109. %