フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can anyone tell me how to convert this do while loop of c++ to Matlab expression.

1 回表示 (過去 30 日間)
tina jain
tina jain 2015 年 3 月 25 日
閉鎖済み: John D'Errico 2015 年 3 月 25 日
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
  2 件のコメント
James Tursa
James Tursa 2015 年 3 月 25 日
See answer on the other post. This Question should probably be deleted.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by