フィルターのクリア

To create zeros according to the length

2 ビュー (過去 30 日間)
fyza affandi
fyza affandi 2018 年 12 月 3 日
回答済み: ahmed nebli 2018 年 12 月 3 日
I have array named lengthcode
lengthcode = [1 3 3 4 4 5 5 5 6 6]
From the lengthcode I want to create a zero number based on the lengthcode.
The result should be like this
result =[0 000 000 0000 0000 00000 00000 00000 000000 000000]
It is possible?

採用された回答

ahmed nebli
ahmed nebli 2018 年 12 月 3 日
I don't think you can put numérical zeros ( 00000 will be 0 if so), therefore you need to write these zeros as a string.
i suggest you write a for loop de pending on the length of the initial vector and each time you write a corresponding zeros as a string(e.g.:"0000").

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by