Community Profile

photo

Agustín Rico


Last seen: 9 months ago Active since 2019

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Solved


Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...

3 years ago

Question


Display symbolic expressions as rational.
How can I display symbolic expressions as rationals? Functions like sympref or vpa allows to display in decimal format, but does...

3 years ago | 1 answer | 1

1

answer

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4 years ago

Solved


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

4 years ago