Repeating a code n-times to obtain n-arrays

1 次查看(过去 30 天)
Hi,
I have a code and wish to do small "simulation". The code generates y,x arrays of 10 values, plot them and extract the values a,b from a regresion line.
Also, I obtain R2 for that line. The last result is an array, RESULT = [a,b, R2].
If I wish to reapeat a code n-times, how to built a loop?
How to gather results to compare later?
Another issue is plotting the x,y to get values a,b of the linear regresion line. I don't need the Figure, but I couldn't find a way to skip it.
Do you have a good ideas how to solve this? I am not an experienced user, it is my first matlab code.
Thank you for any help,
Aga.
  14 个评论
Rik
Rik 2020-12-3
You can activate the smart indent by selecting your code in Matlab and clicking the button in the lint, or use the ctrl-i shortcut.
You can activate a break point by clicking on the dash in front of a line number.
Agnieszka Dybalska
Agnieszka Dybalska 2020-12-3
Thank you, I will do and check the possibilities. I just solved the data problem ;) , I will go to check rest afterwards, but probably tomorrow sinc it is close to midnight for me.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Identification 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by