photo

Tim leonard


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Converting multiple table variables from string to categorical data
I'd love to know if this is possible as well. This is the best I can figure out, but still not really at all elegant. %mak...

bijna 10 jaar ago | 1

Answered
Matrix, struct, array, comparison
Mischa's answer is perfectly valid. Just wanted to share some code. all(cellfun(@(x,y)(all(x==y)),primo,secondo)) note,...

meer dan 10 jaar ago | 1

Answered
How to acess the Data of a struct with a variable
Data.Sens1.current=[2] Data.Sens2.current=[4] Data.Sens3.current=[5] Data.Sens4.current =[6] ...

meer dan 10 jaar ago | 0

Answered
How do I assign start and stop indices for small segments of a large vector to a struct (vector for each file)?
Your widthCopy is a cell, bout your treating it as a vector. Without seeing the rest of your code I have to guess. This is what ...

meer dan 10 jaar ago | 0

Answered
How can I detect and remove outliers from a large dataset?
Trimming your values based on percentiles is quick and powerful - vector = randi(100,100,1); percntiles = prctile(ve...

meer dan 10 jaar ago | 0