Can C program be converted to Matlab ?
古いコメントを表示
採用された回答
その他の回答 (1 件)
Jan
2013 年 2 月 24 日
0 投票
Yes, both languages have the same power.
A manual conversion can be a big piece of work or very easy. Do you mean an automatic conversion?
3 件のコメント
Walter Roberson
2013 年 2 月 24 日
There are some corners of C that have no MATLAB equivalent.
I am thinking in particular that C defines the behavior of seeking on files to include flushing the output, but MATLAB does not define that facility anywhere.
Pooja
2013 年 2 月 24 日
Walter Roberson
2013 年 2 月 24 日
Translating pointers would be tricky, but basic concepts such as "for" loops are the same in most programing languages.
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!