photo

Frank Pernett


Last seen: 2ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Create a 2 by 5 matrix of all ones and store it in a Variable. Then, replace the second column in the matrix with a -12 and a 36??
x = ones(2,5) x(1,2) = -12 x(2,2) = 36

3年以上 前 | 0

| 採用済み

質問


How to analyze different segments in a timetable?.
Hi I have a timetable with different physiologic measurements (example attached). The first column is duration in seconds, and...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Indexing to return segments
Hi. I know this could look like a silly question but can't find a way to do it. I have a matrix (data) that is 14258 x 7, the fi...

約4年 前 | 2 件の回答 | 0

2

回答

回答済み
3D Graphic from 40 files
Thank you so much Cris. This is the result of your code ( I need to simplify mine a lot). Just need to adjust the axex, but ...

4年以上 前 | 0

質問


3D Graphic from 40 files
Hi. I have 40 tables that contain dive profiles (Dives.mat). As the sampling rate is 1 second, every datapoint for depth (Depht...

4年以上 前 | 2 件の回答 | 0

2

回答