in your LU decomp file exchange, what does the ' character do?
조회 수: 1 (최근 30일)
이전 댓글 표시
in the file exchange is an LU decomp example by Timothee called, of course, LU Decomposition. in it is a line that says:
xstar_soln=xstar_soln'; and a second similar statement that says: x_soln=x_soln';
what does the primed character, ', do? is it just another character? what does this statement accomplish? - it seems meaningless, since the primed variable never appears anywhere else in the script.
I am just learning Matlab, and don't know where to find answers to this kind of question.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!