num2digit.zip
버전 1.0.0.0 (20 KB) 작성자:
Duc Chung Tran
Split a positive number into digits, following the digit order from the original number
With this file you can split a number into digits.
Example:
a=num2digit(1986321,10)
a =
0 0 0 1 9 8 6 3 2 1
This function is useful when reading and splitting numbers from a text file into MATLAB work space. Additionally the function shall be used for splitting a binary number into a series of 1/0 digits with the same length to be used in training/testing neural networks or similar applications.
인용 양식
Duc Chung Tran (2025). num2digit.zip (https://kr.mathworks.com/matlabcentral/fileexchange/46459-num2digit-zip), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- AI and Statistics > Deep Learning Toolbox > Train Deep Neural Networks > Function Approximation, Clustering, and Control > Function Approximation and Clustering >
Help Center 및 MATLAB Answers에서 Function Approximation and Clustering에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
