currently working on converting C++ to MATLAB not proficient in C++ and this is a for loop
Help appreciated
for(offx=0;offx<=1;offx++){ %C++
...
end
%what's the equivalent?

 採用された回答

madhan ravi
madhan ravi 2020 年 6 月 15 日

0 投票

for offx = 0:1 % simplicity of MATLAB
...
end

1 件のコメント

madhan ravi
madhan ravi 2020 年 6 月 15 日
You seem to be asking the basic questions https://www.mathworks.com/learn/tutorials/matlab-onramp.html to get you started with a trust.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2020 年 6 月 15 日

コメント済み:

2020 年 6 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by