what does rn means and what am I supposed to do with it?

5 ビュー (過去 30 日間)
Venya Celeste
Venya Celeste 2018 年 9 月 9 日
回答済み: Steven Lord 2018 年 9 月 9 日
I've got the answer like this on matlab: (25742881424872919087\\\r\n0725189441*x^4)/24350029028325000000 And, I dont know what \\\r\n stands for. Then, how to make it into normal mathematical function? Thank you
  4 件のコメント
Geoff Hayes
Geoff Hayes 2018 年 9 月 9 日
Stephen23
Stephen23 2018 年 9 月 9 日
"And, I dont know what \\\r\n stands for."
Newline characters on Windows: https://en.wikipedia.org/wiki/Newline
"Then, how to make it into normal mathematical function?"
What is a "normal mathematical function" in MATLAB terms?

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

回答 (2 件)

Steven Lord
Steven Lord 2018 年 9 月 9 日
Upgrade from release R2017a to release R2017b or apply the workaround given in bug report 1527220.

Image Analyst
Image Analyst 2018 年 9 月 9 日
It's basically used in sprintf() and fprintf() to cause the subsequent characters to go onto a new line in the string, command line, or file.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by