Fabio Taccaliti
Followers: 0 Following: 0
Statistics
18 Questions
0 Answers
RANK
205,749
of 295,448
REPUTATION
0
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
72.22%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Different Size of array after each loop interation
I have 63 .txt file with 26 headers lines and then 19 columns of float data. I would like to read all the files and store (in ro...
2 years ago | 1 answer | 0
1
answerQuestion
Taking the last Row of each Double in a Cell
Hello, I have a cell Coordinates (100x3) with inside all 14x8 double. From these I would like to select all the doubles in th...
2 years ago | 1 answer | 0
1
answerQuestion
Delete Array Element Based on Conditions
Hello, I have an array Coordinates 3133x3 that contains the 3 coordinates (x,y,z) of a list of points. Column 1 is the x, colum...
2 years ago | 1 answer | 0
1
answerQuestion
Plotting Wing Surface Through a Grid Point
Hello everyone, I have a Matlab issue that is blowing my mind.. I have a lsit of 3D grid point that represents some locations ...
2 years ago | 2 answers | 0
2
answersQuestion
Mean of each Value in a Cell Array
Hello, I havea cell A (107x3), with each 14x8 double. I want to create a cell A_mean 1x3 that just contain three 14x8 doubles,...
2 years ago | 1 answer | 0
1
answerQuestion
Mean of an Array Containing some NAN Elements
Hello, I have two different arrays, A2 (96x96 doubles) and A3 (96x96x96 doubles), in both these arrays some elements inside are ...
2 years ago | 2 answers | 0
2
answersQuestion
Deleting All the Rows with values Bigger or equal than 10
Hello, I have an array Output (2106x). I would like to delete all rows from it it the value in the fourth column is greater or...
2 years ago | 1 answer | 0
1
answerQuestion
Create a cell array containing the first 3 doubles from another cell array
Hello, I have a cell araay CCC (500x1 cell), containing 500x1 doubles. I would like to create a new cell array (a) with just t...
2 years ago | 2 answers | 0
2
answersQuestion
Concatenate together two cell arrays
Hello, I have two 102 x 1 cell (respectively CC and DD), each of them with all 32 x 4 doubles. I would like to create another ...
2 years ago | 1 answer | 0
1
answerQuestion
Take 102 Elements Equally Spaced of an Existing Array
Hello, I have an array Fold_Angle_Unsteady_100_Filtered (991x1) and I would like to take 102 elements equally spaced from it, h...
2 years ago | 1 answer | 0
1
answerQuestion
Wrong Legend Sign Marker
Hello, I would like to show the legend for a1 and (a3,a4) together. But when I run it both legend entry are displayed with a bl...
2 years ago | 1 answer | 0
1
answerQuestion
Spit an array when the value 0 occurs until the value 2
I have an array time (6700x1) containing all numbers from -8 to 5 in ascending order. I would like to have a new array (time_ne...
2 years ago | 2 answers | 0
2
answersQuestion
Plot Label, Tile and Legend at the same time of the live plot
I have a live scatter 3D plot that plots a two sets of scatter together. Right now with this code the label, legend and title a...
2 years ago | 1 answer | 0
1
answerQuestion
Create a Single Array From 3 different one
Hello, I have 3 arrays x, y and z (each 14x4) and I want to create from these an array tot (56x3). It should be composed takin...
2 years ago | 1 answer | 0
1
answerQuestion
Add Array in a Cell in a For Loop
Hello, I would like to add 6 array in a cell (in a new row for each for loop iteration), how can I do it? The 6 arrays are x_w...
2 years ago | 1 answer | 0
1
answerQuestion
Animated 3D Scatter Plot
Hello, I would like to create an animated 3D scatter plot that is plotting the points included in the sub-array of a cell DD (1...
2 years ago | 2 answers | 0
2
answersQuestion
Split an Array in sub-arrays based on the first number in the column
Hello, I have an array M 2939x4 that I would like to split in sub-arrays based on the number in the first column. I mean in t...
2 years ago | 1 answer | 0
1
answerQuestion
p_save Change Size on Every Loop Iteration
Hello, I wrote this code in Matlab and it sais that p_save change size on every loop iteration (p_save = [p_save p]), so I would...
4 years ago | 1 answer | 0