photo

Kendell


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How do I target values within a range for different variables within the same given time series?
For example I have 4 variables withing a timeseries that records data at 10 hz for an interval of 600 seconds. This results in 4...

7 months 前 | 1 个回答 | 0

1

个回答

提问


Writing an excel sheet through MATLAB, then adding that sheet to an exisiting excel file (microsoft office 97-03 (.xls))
I have tried many, many different things. For further context, the excel workbook I am trying to add to contains macros and it h...

7 months 前 | 1 个回答 | 0

1

个回答

提问


how do I transfer .dat test file into matlab?
I am trying to sample from a script written by someone in 2015. Everything else in my code should function correctly if I can ge...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How do I create a table and add a row of text from an existing matrix?
I have a large 7000 x 125 matrix. The matrix was created from doing a 'readcell' operation to pull data from excel. I have since...

1 year 前 | 2 个回答 | 0

2

个回答

提问


How do I make a bar graph from uneven arrays without adding zeros to the end of the smaller array?
a1 = randi([0,800],1,2251); a2 = randi([0,800],1,2347); figure() X1 = categorical({'red','green'}); X1 = reordercats(X1,{'re...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to label the numeric values at the end of a stack in a stacked bar graph?
Y1 = [1 2 0 4]; Y2 = [2 4 6 0]; Y = [Y1; Y2]; Bin = bar(Y,'stacked'); xt = get(gca, 'XTick'); set(gca, 'XTick', xt, 'XTickL...

1 year 前 | 3 个回答 | 0

3

个回答

提问


How would I split a vector in two based on the data values of 1 or 0?
Create two vectors from a long vector consiting of 1s and 0s. I have some data to sort and I have the values in binary form in a...

1 year 前 | 1 个回答 | 0

1

个回答