Community Profile

photo

Basu Parmar


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I need to plot a surface plot from given X and Y coordinate matrixes and z as a constant value.
My matrices are X= [0 1;2 3]; and Y = [0,1; 2 3]; Now I need to plot each value of X with every value of y with a z value of 0 i...

6 years ago | 1 answer | 0

1

answer

Question


How to make a piecewise linear plot from points?
My point coordinates are P1(1,1) ,P(3,2), P(3,3), P4(1,4). i need to make a piecewise linear plot i.e. line from P1 to P2, P2 to...

6 years ago | 2 answers | 0

2

answers

Question


Hey I am getting "Index exceeds Matrix Dimension Error"? I checked the size of looping variables and size of array.?
%this is the main code function N = spline_basis(x,X,p) K = linspace(0,p,p+1); %Array for powers knot = length(X)...

6 years ago | 1 answer | 0

1

answer