Statistics
RANK
21,530
of 300,417
REPUTATION
2
CONTRIBUTIONS
17 Questions
5 Answers
ANSWER ACCEPTANCE
41.18%
VOTES RECEIVED
1
RANK
of 20,961
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,731
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
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
Conditions & Error in Time Serie Split
How can i set this conditions withou error? Error using & Matrix dimensions must agree. timeseriesplittot = data(fi...
8 years ago | 0 answers | 0
0
answersSubplots Saveas Function Problem
solved graphwrite=[[Filename],'fisico','.png']; saveas(gcf,graphwrite)
8 years ago | 1
| accepted
Question
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 years ago | 2 answers | 0
2
answersSubplots 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 years ago | 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...
8 years ago | 0
Subplots Saveas Function Problem
Always de same error!! Error using graph Too many output arguments.
8 years ago | 0
Question
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 years ago | 5 answers | 0
5
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerPlayers 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 years ago | 0
Question
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 years ago | 2 answers | 0
