Community Profile

photo

Kaushal Sorte


Last seen: bijna 2 jaar ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to increase maximum number of iterations in a 'for' loop, when in the loop?
A = [9 1 2 3; 1 7 2 3; 1 5 10 2; 1 2 3 9] B = [1;2;3;4] n = size(B,1); Tolerance = 10^-15; x = zeros([n,1]); %Initiali...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


'Assignment between unlike types is not allowed'
This is a code i am trying to write for cubic spline interpolation between 4 points...I want to eventually form and plot the thr...

meer dan 3 jaar ago | 1 answer | 0

1

answer