Community Profile

photo

Alex


UTBM

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • 3 Month Streak
  • Thankful Level 1

View badges

Feeds

View by

Answered
Collect data in structure which contain structure with timestamps
Perfect it works well, Thank you very much

meer dan 7 jaar ago | 0

Question


Collect data in structure which contain structure with timestamps
I'm faced to a problem on Matlab, I have a structure DataRobot which contain around 2000 structures with in it 3 datas like this...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


Interp function error with my curve
Hi everyone, I would like to have the polynome of my curve: <</matlabcentral/answers/uploaded_files/55185/curve.jpg>> thi...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


Problem variable doesn't appear/refresh in the variable editor
Hi everyone I have a problem, I have a GUI function where a table of data (cell 1152,6) is display When I select cell and cl...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


handles.tab not define in other GUI files
Hi everyone, I have a GUI where I display a table: set(handles.tableauData, 'Data', tab);figure(gcf) tab is define as g...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


"Table data is not editable at this location" in GUI
Hi everyone, I got some trouble to display my table on my GUI. My probleme is that I want display a table cell(1014,5) and add ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Answered
find a Nan in column of cell array and delete the row
thank you but my real probleme is that I got several table: infrastructure.capteur(1,1).tableau %1st tab infrastructure....

meer dan 10 jaar ago | 0

Answered
find a Nan in column of cell array and delete the row
and why the loop is used ? If I try only: b = cellfun(@isnan, a); idx = find(b(:,1)); a(idx, :) = []; It works?...

meer dan 10 jaar ago | 0

Answered
find a Nan in column of cell array and delete the row
thank you, just why you start the loop to i=2 and not i=1?

meer dan 10 jaar ago | 0

Question


find a Nan in column of cell array and delete the row
Hi everyone, I have a cell array (1152,4) In this cell array I would like see if in each column 1,2,3,4 if there is a Nan, if ...

meer dan 10 jaar ago | 5 answers | 0

5

answers

Question


figure to plot a table and a GUI axes
Hi everyone, I got some trouble in my GUI. I display a table with datas, and I would like display a plot of my datas in a new ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Answered
Data cursor on GUI plot
Nobody can help me :(

meer dan 10 jaar ago | 0

Question


Data cursor on GUI plot
Hi, I have a GUI with a table and a plot as you can see: <</matlabcentral/answers/uploaded_files/4822/guisanstitre.png>> I ...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Answered
find same dates in two cell array
And another question, do you know how can i erase the end of my dates? I mean I want only yyyy-mm-dd HH:MM and erase secondes in...

meer dan 10 jaar ago | 0

Answered
find same dates in two cell array
But you right, I should DATE2NUM-ing the first column only once, I gain some seconds thanks :D

meer dan 10 jaar ago | 0

Answered
find same dates in two cell array
Hum thank you, indeed, my 4 arrays have same time stamps, but they have not the same length, so if I do what you wrote I obtain ...

meer dan 10 jaar ago | 0

Answered
find same dates in two cell array
Nop I have in fact 4 arrays: max,min,avg and std which contain 3 columns: date, value and a string So i just put 4 time your co...

meer dan 10 jaar ago | 0

Answered
find same dates in two cell array
Yep I think it's normal because in real, i have 38 sensors with 4 tab each, min max avg et std which are generated by a server w...

meer dan 10 jaar ago | 0

Question


find same dates in two cell array
Hi everyone, i got some troubles in matlab I have one cell array containing 3 columns and 4000 rows. The first colum contain da...

meer dan 10 jaar ago | 6 answers | 0

6

answers

Question


How to propose cell in a choice list in GUI
I made a GUI interface in MATLAB. I have a windows with a choice list. But as you know, in a GUI you can only write/insert your ...

meer dan 10 jaar ago | 1 answer | 0

1

answer