photo

Ymbar Polanco


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


"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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答