필터 지우기
필터 지우기

Info

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

Why does char give me an empty output?

조회 수: 1 (최근 30일)
Geri Spinosa
Geri Spinosa 2015년 9월 21일
마감: James Tursa 2015년 9월 21일
>> b=[1,2,3,4,5]
b =
1 2 3 4 5
>> char(b)
ans =
this is what I enter and the output is five little empty boxes. I've tried this with several numeric vectors and matrices and it does the same thing with varying numbers of boxes. It also does this if I manually input the vector. The char command will only display strings for me right now. It was working previously, and then it wasn't I'm not sure what I'm doing wrong

답변 (0개)

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by