Community Profile

photo

Donald


Last seen: 8 months ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
Import data from google sheets to matlab
First, find the ID for your Sheet. It's the long string if you look at the URL. For example, http s://docs.google.com/spreadshe...

3 years ago | 9

Question


Trouble using engEvalString to execute user-created functions
I'm trying to use the Matlab Engine from a C program to execute a function (.m file) that I've written. I can compile my code a...

11 years ago | 0 answers | 0

0

answers

Question


Create intermediate indices from vectors of start and stop indices?
Is there a fast way to create a vector of indices taking as an input two vectors containing the start and stop indices? I wan...

12 years ago | 1 answer | 0

1

answer

Question


Gap fill using two vectors without a loop
Suppose I have a binary vector x and I want to fill gaps longer than a certain threshold. Is there a way to do this without a l...

12 years ago | 1 answer | 0

1

answer

Question


How to effieiently index large arrays?
I've noticed that indexing into large arrays takes a surprisingly long amount of time. Is there any general rules or tricks to ...

12 years ago | 0 answers | 0

0

answers