Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matlab に null 要素を持つを挿入したいのですがmatrix、どうすればいいですか? たとえば、これを考慮してmatrixください:
matrix
R=[1,null,3,4,5 | 6,7,null,8,null | null,null, 9,10,11]
ご了承ください:
助けてくれてありがとう!
NANを試しましたか?リンクhttp://www.mathworks.com/matlabcentral/answers/14663を参照してください。