photo

Matthew Pepich


Last seen: 1 month ago Active since 2022

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • CUP Challenge Master
  • Thankful Level 1
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Quickly find points in a vector bounded by another vector pair of different size
I found a solution last night by playing around with interp1. This is over a thousand times faster, reducing my runtime from ho...

1 year ago | 0

| accepted

Question


Quickly find points in a vector bounded by another vector pair of different size
My time vector "c" is a series of asynchronous events. Vectors "a" and "b" bound regions of time where a different event happen...

1 year ago | 1 answer | 0

1

answer

Answered
How to resize an MRI image data keeping the original field of view?
I was too slow with my answer and @Image Analyst did it better, but here is another option that just samples the image. This wo...

2 years ago | 0

Question


Can you programmatically delete text in the editor window?
I have a tool that edits files directly in the editor window (see below). It relies on the JavaEditor to overwrite text, which ...

2 years ago | 1 answer | 1

1

answer