photo

Zoe Westcott


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Error in Unable to perform assignment because the left and right sides have a different number of elements.
I'm having an issue with trying to work out a error for a finte difference equation but keep getting the error of 'Unable to ...

2 years ago | 1 answer | 0

1

answer

Question


Why does this error occur-Unrecognized function or variable 's'.
function[e]= Convergent(h,m,s) A= (32*pi)/7 ; f = @(x) 0.*( x<25/64 & x>39/64) +cos(A*(x-0.5)).*( (25/64)<=x & x<=39/64); g ...

2 years ago | 1 answer | 0

1

answer

Question


Plots using for loops
This is my text, i want do a loglog plot for error which is my function Ptoject_example3 against h, but wheneber I run the code ...

2 years ago | 1 answer | 0

1

answer

Question


How can I plot cos(x)^n for n between 1 and 10 on the same plot.
I'm trying to work out the error on finite difference approx for the cos hill. Ive got the current code but trying to adapt this...

3 years ago | 1 answer | 0

1

answer