Community Profile

photo

ejk


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to have 2D bar on side of 3D plot?
I have a 3D plot that contains a mesh that I update iteratively to create an animation. Is there a way I can add a 2D bar to th...

3 years ago | 1 answer | 0

1

answer

Question


How to create function handle with matrix inputs, vector output?
I am trying to create a function: FCN = @(x) x(1) + x(2); that will accept matrix inputs and spit out a vector of values. Ie....

3 years ago | 1 answer | 0

1

answer

Question


How to plot 3D surface with vector-input function?
I have a function that takes array inputs as arguments. FUN = @(x) = x(1).^2+x(2).^2 When I try to use fsurf (ie. fsurf(FUN) o...

3 years ago | 1 answer | 0

1

answer

Question


How to fill a cell with function handles using iteration numbers?
I am trying to create N functions that are all extremely similar, except they use different constants from an N sized array. I ...

3 years ago | 1 answer | 0

1

answer

Question


Rounding error when dividing
I realized when dividng two small numbers, there is a rounding error that occurs. For instance, if I do a series of calculation...

4 years ago | 2 answers | 0

2

answers