Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
dectobin ,only with loops and condition
조회 수: 1 (최근 30일)
이전 댓글 표시
hi,the algorithem of the action for finding binary number is dividing to 2,but in the homework description I need to define cell veriable.the new matrix is basically strings in the i,j place.example for a vector [97 ,2]___['1100001','00000010']. please help me to complete my task
댓글 수: 0
답변 (1개)
KL
2017년 9월 19일
So to convert string to number,
doc str2num
and then to assign your number in a cell array
your_cell_array = {your_number}
댓글 수: 3
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!