필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how can i submit the index for previous matrix in for loop

조회 수: 1 (최근 30일)
Abdulaziz
Abdulaziz 2013년 2월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi All,
Please i need a help with this problem.
F_{ii}=F+(M/(B*dt^2))*(u{ii-1}+dt*v{ii-1}+(0.5-B)*dt^2*a{ii-1})+...
C*((A/(B*dt))*u{ii-1}+((A/B)-1)*v{ii-1}+((A/(2*B))-1)*dt*a{ii-1});
How can I submit the index for the previous matrix in for loop
best
Aziz
  댓글 수: 4
Walter Roberson
Walter Roberson 2013년 2월 27일
Which previous matrix? The question involves, at the very least, the matrices "F_" and "u" and "v" and "a"
Jan
Jan 2013년 2월 27일
Do the curly braces mean, that the corresponding symbols are cell arrays, or do you use your own notation without explaining the details?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by