Emmanouil Barmpounakis
National Technical University of Athens
2015년부터 활동
Followers: 0 Following: 0
PhD Candidate
Feeds
질문
Cannot create a table variable with a discontiguous index
I am trying to create new columns based on a condition as described in the code below: for j = 1:length(data.var1) column...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Remove rows of a table based on values in an array
I want to remove all rows from a table, when a value in table.variable appears only once. For example table: var1 | var2 | va...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Assign specific color to legend based on specific values.
I am trying to create a scatter plot with 8 suplots (2x4) with gscatter. The first row plots get data from table A while the sec...
5년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
How to make one colorbar for all subplots?
I came up with the Star Strider's solution but by using the Edit plot function. I found it easier to do it manually, rather than...
How to make one colorbar for all subplots?
I came up with the Star Strider's solution but by using the Edit plot function. I found it easier to do it manually, rather than...
7년 초과 전 | 1
질문
Create 4D surface plot from x, y, z and c column vectors
I have 4 columns in a table named A. The 3 columns x,y,z are the initial conditions and c is the result of a specific function I...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Can I use the minimax optimization algorithm for multiple variables?
In my problem, I set 3 separate threshold values which are then used to group my dataset in four sub-groups. Then I calculate me...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Creating a table from different sized vectors
I have a number of vectors (x1,y1,x2,y2, etc) with different lengts and I want to extract them to a .csv containing all these. S...
거의 9년 전 | 답변 수: 4 | 0
4
답변질문
How to insert char to table?
I am trying to insert a char variable into the first column named 'Trip' of a Table titled 'Out2'. All the other columns contain...
대략 9년 전 | 답변 수: 2 | 0
2
답변질문
Use a variable in Request user input prompt.
I am trying to use the Request User Input command with a changeable message for every iteration. For example: 1 prompt=spri...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Scanning folder for files and using specific function for each of them.
I have two different folders with files of which names are loaded in lines 1,2. Then I want to run a function (comp.m) when an i...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Cell Dates to Timestamp conversion
I have a 3480x2 cell. The first column shows the date (6/24/2015) and the second one shows the hour (8:33:49). How can I create ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
[uitable] Insert a table as a subplot
I am trying to insert an 8x8 table next to an existing plot. Although both of them appear in the same figure(4), the table canno...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
Intersecting lines from coordinates and fixed lines
How can I find the intersecting points between the line that is created from a set of coordinates and a fixed line? I am trying ...
9년 초과 전 | 답변 수: 1 | 0