フィルターのクリア

Repeating a code n-times to obtain n-arrays

1 回表示 (過去 30 日間)
Agnieszka Dybalska
Agnieszka Dybalska 2020 年 12 月 2 日
コメント済み: Agnieszka Dybalska 2020 年 12 月 3 日
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 Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by