Feeds
질문
how to assign zero to a vaiable
dead_load = input('Enter the value of Dead Load (in kN/m) = '); include_self_wght = input('Does the Dead Load include Self ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to execute other statement in an if loop if a condition is satisfied
if not(spcng_prov <= bar_dia) && d_prov >= d_req && Ast_prov >= Ast_req fprintf('Since the actual depth provided is gr...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
how to use a variable defined in one if loop in another loop also in matlab
if strcmpi(end_condt, '1') D = l/10; depth = D - clr_cover - 5; end suprt_condtn = input('Is the Span (1) C/C Dista...
거의 3년 전 | 답변 수: 0 | 0