photo

Quad


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Community Group Solver
  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • First Answer
  • Cody5 Easy Master
  • Solver

View badges

Feeds

View by

Answered
How do I know the number of days that the data exceeds a given treshold in a year?
Something like this should work fine. I made some fake data and some random threshold. t1 = (datetime(1950,1,1):datetime(1999,1...

4 years ago | 0

| accepted

Answered
How to get a string array from a vector structure with a common field?
all_names = {results(:).Names}

4 years ago | 1

Answered
Initial values for ode45 solver
Well, I may not be understanding what the problem is, but bvp4c does indeed allow you do use a derivative as a boundary conditio...

4 years ago | 2

Answered
Permutation according to table
Sort has the option to also return the index of the sorted array, so you can sort P the same way. Here is a slight modification ...

4 years ago | 0

| accepted

Answered
problem with xlswrite windows
There are a few things that could cause this to go wrong. 1) Be sure that the name you are providing is a valid name for excel....

4 years ago | 0