Community Profile

photo

Matt H


Medtronic

Last seen: 8 months ago Active since 2011

Followers: 0   Following: 0

Message

Use MATLAB for data analysis.

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
How to write multiple variables from workspace to output structure within a function
Just found Adi Navve's v2struct(): http://www.mathworks.com/matlabcentral/fileexchange/31532-pack---unpack-variables-to---from-s...

7 years ago | 0

| accepted

Question


How to write multiple variables from workspace to output structure within a function
Hello, I'm stuck somewhere between Python and Matlab, and I'm trying to figure out if this is possible. I would like to be abl...

7 years ago | 1 answer | 0

1

answer

Question


Single versus double precision, what's going on here?
Why does: >> 14+18300+200000+5000000+550000000 ans = 555218314 But: >> single(14)+single(18300)+single(200000)+si...

11 years ago | 1 answer | 0

1

answer

Question


3D Scattered volume data to surface plot?
I am trying to visualize a 3D object in matlab (exported from modeling software), but the file is too big and spells instance RA...

11 years ago | 0 answers | 0

0

answers

Question


Indexing matrix using logicals
I'm trying to index a large matrix, with the goal of finding/indexing the first value to meet a threshold. Right now I'm doing ...

11 years ago | 3 answers | 0

3

answers

Question


Need help using colon operator with multiple matrices - I'm really close to being loopless!
Simplified problem is: a=[1 2 3]; b=[4 5 6]; How can I get to: c=[1 2 3 4; 2 3 4 5; 3 4 5 6]; I've tried the obvious, a:b ...

13 years ago | 5 answers | 0

5

answers