Feeds
질문
Slider for Time Control in graph
How can i have a slider which allows me to choose the time and respectively shows the right dd's coordinates. How can i codify u...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Uicontrol function in Plot
How can i put a temporal slider in the next plot with uicontrol function?? I need to see ddo's displacement for each temporal sa...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Output from a delimiter
I have a csv with the following rows: 20170930,Ben,10777.785005,6221.201572,1924.805677,1626.732719,614.706354,390.338683,4...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Cell array inside a cell array
I have a cell array dataArray={[10x1 double] {10x1 cell} [10x1 double] [10x1 double]} and I tried to obtain an...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Mean and Std in Subplot Graphs
How can i add mean and Std horizontal lines to all plots?? (eg.ym1 and ys1 are mean and std of subplot subplot(3, 2, 1)) fi...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Conditions & Error in Time Serie Split
How can i set this conditions withou error? Error using & Matrix dimensions must agree. timeseriesplittot = data(fi...
대략 8년 전 | 답변 수: 0 | 0
0
답변답변 있음
Subplots Saveas Function Problem
solved graphwrite=[[Filename],'fisico','.png']; saveas(gcf,graphwrite)
Subplots Saveas Function Problem
solved graphwrite=[[Filename],'fisico','.png']; saveas(gcf,graphwrite)
대략 8년 전 | 1
| 수락됨
질문
4 Subplots Configuration Code
Hi, How can I create the following figure?? In the end I want to save it with the saveas function. <</matlabcentral/answers/...
대략 8년 전 | 답변 수: 2 | 0
2
답변답변 있음
Subplots Saveas Function Problem
X1 = 1 2 3 4 5 6 Y1 = 26.0902 42.9149 43.8763 94.0833 14.7254 54.5473 Y2 =...
Subplots Saveas Function Problem
X1 = 1 2 3 4 5 6 Y1 = 26.0902 42.9149 43.8763 94.0833 14.7254 54.5473 Y2 =...
대략 8년 전 | 0
답변 있음
Subplots Saveas Function Problem
function createfigure(X1, Y1, Y2, Y3, Y4) %CREATEFIGURE(X1, Y1, Y2, Y3, Y4) % X1: vector of x data % Y1: vector o...
Subplots Saveas Function Problem
function createfigure(X1, Y1, Y2, Y3, Y4) %CREATEFIGURE(X1, Y1, Y2, Y3, Y4) % X1: vector of x data % Y1: vector o...
대략 8년 전 | 0
답변 있음
Subplots Saveas Function Problem
Always de same error!! Error using graph Too many output arguments.
Subplots Saveas Function Problem
Always de same error!! Error using graph Too many output arguments.
대략 8년 전 | 0
질문
Subplots Saveas Function Problem
Hello, I did this graph configuration in Property Editor and generated the code. In my code i run it as follows: X1=[1:6...
대략 8년 전 | 답변 수: 5 | 0
5
답변질문
Delimiter for csv format
I did a matlab code for transform csv files to organized table in a xls file (by delimiter). The Problem: Error using te...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How can i split time series by hour
Hello, How can i split attached time series in 2 different intervals and get a new xls file: for example: 80300000 to 90300...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Load (xlsread) a especific time sample
In spreadsheet attached, how can i do a rotine to load (with xlsread) a especific time sample (example: 00:01:24 to 00:05:03)? ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Heart Rate by category
Hi, I want to organize heart rate by the time spent in 3 diferent categories: 0 - 50 bpm 50 - 100 bpm 100 - 200 bpm wha...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
Latitude and Longitude Data to Universal Transverse Mercator (UTM)
Hi, How can i convert this spreadsheet with xy gps coordinates (Latitude and Longitude) to Universal Transverse Mercator (UTM...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
Save a data in .xls
I need to save a data in .xls spreadsheet but in the end it doesn't keep the same as you can see in photos. <</matlabcentra...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
CSV file read and disassemble information
I have this csv file with a person's fitness information and a want read it in matlab. I need to disassemble all variables from ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
2D histogram for field distribution
I have a problem with the 2d histogram attach file. I have the coordinates (x,y) of a lot of soccer players and i want to know ...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Players distribution in soccer field
How can i run ndhist.m's code with my requirements? - table size: 120m x 90m (the same size of soccer field) - Bean size: 1m2 ...
Players distribution in soccer field
How can i run ndhist.m's code with my requirements? - table size: 120m x 90m (the same size of soccer field) - Bean size: 1m2 ...
10년 초과 전 | 0
질문
Players distribution in soccer field
Hello, I have the coordinates (x,y) of a lot of soccer players and i want to know their field distribution. I want to part t...
10년 초과 전 | 답변 수: 2 | 0
