Statistics
2 Questions
0 Answers
RANK
88,434
of 301,432
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can i write a loop which calculates me the coefficients of a function with the method of least squares(fit)?
T = [5.6817; 5.7782; 5.8612; 5.9343; 6; 6.0597]; % Lets assume that this are my inputs. U_d = [1 ; 2 ; 3 ; 4 ; 5 ; 6]; ...
7 years ago | 1 answer | 0
1
answerQuestion
I need a loop which puts every (j,k) element of every matrix in different columns.
a = [1 2 ;3 4]; % This are my matrices b = [5 6 ;7 8] % I need a loop which puts every (j,k) element- % of every matri...
7 years ago | 1 answer | 0

