YM
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Linear Regression, line of best fit
If I have data for vectors x = [ ] and y= [ ], how do I find and plot the linear regression/line of best fit? Once I have plotte...
5 years 前 | 2 个回答 | 0
2
个回答提问
Probability in printing text
I want, upon starting my function, for one of 5 text statements to be printed. There should be 1/5 chance of any one appearing, ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Print from Command Window
"Print your functions/script and results of test runs from the command window." How would I go about doing this? How is this di...
5 years 前 | 0 个回答 | 0
0
个回答提问
Filling in a polygon
x8=[0 5 1 2.5 5]; y8=[2 2 5 0 5]; figure(7) plot(x8,y8) fill(x8,y8,'Red') I used the above in the hopes of having a (re...
5 years 前 | 1 个回答 | 0