Community Profile

photo

Marc Daniel


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How to get average value of a matrix?
Test = [6,6,6,6,6,6,6,6,6,6,6,6,12,12,12,12,12,18,18,18,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,30,30,36,...

2 years ago | 1 answer | 0

1

answer

Question


How to make 3 arrays (Test , Test2, Test3) that are of different lengths into one matrix?
Test = [6,6,6,6,6,6,6,6,6,6,6,6,12,12,12,12,12,18,18,18,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,30,30,36,...

2 years ago | 3 answers | 0

3

answers

Question


How to plot a graph with y-axis values that can be incremental?
I was trying to figure out on how to plot the graph where y-axis values would be increase. Starting code: T_start1 = {182 444...

2 years ago | 1 answer | 0

1

answer

Question


How can I plot the same index from two arrays?
There are two arrays consisting of 1440 elements each. (for y-axis) T_start1= {}; %start time T_end = {}; %end time x = 1...

2 years ago | 1 answer | 0

1

answer