Statistics
3 Questions
0 Answers
RANK
161,412
of 301,464
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
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
Linear Curve 3D fitting GUI
exactly what these two lines do in my function B = [x(:) y(:) ones(size(x(:)))] \ z(:); Z = X*B(1) + Y*B(2) + B(3); ...
6 years ago | 0 answers | 0
0
answersQuestion
How can I save and use variables from my gui?
How can I save and use variables from my gui? This is my code. x = [x1 x2 x3 x4 x5 x6].'; y = [y1 z2 y3 y4 y5 y6].'; z = [z1...
6 years ago | 1 answer | 0
1
answerQuestion
I have X Y Z data. How do I create a linear curve in 3 dimensional surface?
I wrote this. x = [3 123 32 42 22 41]; y = [17 56 67 7 83 93]; z = [3 4.88 9.3 45 31 92]; figure(1)...
6 years ago | 1 answer | 0