Community Profile

photo

Victor Lorenz Fonfria


Last seen: 1 month ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Personal Best Downloads Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


CellThicknessFinder_FTIR
Live Script to estimate the thickness of cells used in FTIR spectroscopy, either when empty or when filled with an aqueous solut...

5 months ago | 1 download |

Submitted


FourierDataProcessing
Program for the Fourier processing of spectroscopic data, including deconvolution, derivatives, smoothing, apodization and inter...

3 years ago | 15 downloads |

Thumbnail

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years ago