result is displayed in the same line

3 次查看(过去 30 天)

采纳的回答

Voss
Voss 2024-4-12
Use \n instead of /n.
\n means new line; /n means literally /n.
  2 个评论
Mustafa Abdelfattah
many thanks, my friend
just one question
how to master matlab coding in short time for mechanical engineer?
Voss
Voss 2024-4-12
You're welcome! If this answer worked, please "Accept" it. Thanks!
Mastering anything takes time, but to get more comfortable using MATLAB, I am told the Onramp is a good place to start:
Also, there is a Discussion thread where people talk about how they learned MATLAB; you may find useful ideas there:
My personal advice for getting better at MATLAB coding would be:
  1. Write MATLAB code
  2. Try to run it
  3. If there is an error message, read and understand what the error message is telling you (ask for help interpreting the error message if you need to). Read the documentation of the functions related to the error.
  4. Modify your code based on the error
  5. Repeat steps 2-4 until there are no error messages
  6. Check whether the results you got are what you expected. If not, read the documentation of the functions you are using and make sure your code is doing what you intended (most likely it's not). Again, ask for help if needed.
  7. When the results are as expected, return to step 1 to write more MATLAB code and repeat the process.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by