photo

Ymbar Polanco


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I want to create a QQ & PP plot using L-Moments to fit the GEV but get this error: unable to perform assignment b/c the left & right sides have a different number of elements
Here is my code: % Step A: Read data and extract columns data = readmatrix('Wabash_River_MaxFlow.xls'); wateryear = data(:...

1 year ago | 1 answer | 0

1

answer

Question


"Index in position 1 exceeds array bounds (must not exceed 1)." error using spline.
function [E,B,cmd,vx,vy] = trajplanner(a,x,N,T) % trajplanner function creates a path and calculates the velocity of the % e...

3 years ago | 1 answer | 0

1

answer

Question


How do I fix the 'Invalid use of operator' Error in my anonymous function bisect code?
function [root,fx,ea,iter]=bisect( @(x)x^7+3*x-1;0;1;0;3 ) % bisect: root location zeroes % [root,fx,ea,iter]=bisect(func,xl,x...

4 years ago | 2 answers | 0

2

answers