Community Profile

photo

Samuel


Last seen: 대략 1개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

All
  • Thankful Level 2
  • Solver

배지 보기

Feeds

보기 기준

질문


How to estimate Y using a linear regression and an uncertain X value.
I have a training dataset that I'd like to perform regression upon so that I can use the resulting regression to estimate values...

6개월 전 | 답변 수: 2 | 0

2

답변

질문


How to plot points on map axes with varying colors using scatterm?
I have three vectors: lat, lon, depth. They are of equal length. When I run the code below, I get an error saying: Error using s...

11개월 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11개월 전

질문


How to efficiently sum values in matrix using indices from a logical statement of a different matrix
I have two 2D matrices, A and B which are of the same size. The values of A are my output values, and the values of B are the pr...

대략 1년 전 | 답변 수: 1 | 0

1

답변