Frank Pernett
Followers: 0 Following: 0
Statistics
RANK
12,328
of 295,569
REPUTATION
4
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 years ago | 0
| accepted
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answers3D 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 years ago | 0
Question
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 years ago | 2 answers | 0