
Turbulence Analysis
Statistics
RANG
17.553
of 273.036
REPUTATION
2
BEITRÄGE
95 Fragen
12 Antworten
ANTWORTZUSTIMMUNG
63.16%
ERHALTENE STIMMEN
1
RANG
of 18.443
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 122.453
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
savefigures with filenames from a cell array
I intend to save the figures with the names that being defined in the cell array for e.g. as shown in the below code, the final...
etwa ein Monat vor | 1 Antwort | 0
1
AntwortFrage
issue with colormap (colorcube)
Hi, I am using colorcube colormap on the matlab 2018 and 2022b versions. The issue is I am getting different color palette on t...
etwa ein Monat vor | 2 Antworten | 0
2
AntwortenFrage
assigning file from the struct
Hi, I am looking for a some help in reading the file from teh sturct. Fo example, I have sturct files named 'A' , 'B' , 'C' ,'...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
Read data from .txt file
Hi, I have a .txt file which got 1442 rows and 100 columns. I nned to read and store this data in a sepertae array, lets say A....
4 Monate vor | 3 Antworten | 0
3
AntwortenFrage
how to set values in the particular column to constnat value based on greater than equal to criteria
Hi, For Instance, lets say I have a matrix A of size 5000 x 7, I would like to set all the values greater than 1 in the column ...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
Gradient coloring in histogram/Histogram color
Hi, Lets say I have a two matrix Output, Outpu1. I am creating a histogram from the entries of matrix Output as follows his...
7 Monate vor | 0 Antworten | 0
0
AntwortenFrage
estimation of probability density function
I am loking into calculate a PDF for the herewith attached histogram.. Could someone help me with this.. I didn't get a proper ...
7 Monate vor | 1 Antwort | 0
1
AntwortFrage
Select values in the matrix based on the condition
Hi, I have two matrix A and B of 94349 x 1. Here the values in the matrix A are range from 0 to 1. First, I have to identify ...
7 Monate vor | 1 Antwort | 0
1
AntwortFrage
define color range in scatter plot
Hi, I have values ranging from 0 to 3000. Here, only for the values ranging between 2000 to 3000 I have to use the color palett...
7 Monate vor | 2 Antworten | 0
2
AntwortenFrage
change marker color based on the values
Hi, I have a matrix B of 94859 x 3. In the the below command, I would like to change each individual marker color based on the ...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
Issue with sprintf () latex interpreter
In the below command, in the place of X=1, is it posiible to call the value that's been defined outside. I tried to use sprintf...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
different file name in saving images
In the below script, based on iteration numbers in for loop, I need to change Y_10, Y_20,Y_30,Y_40.....Y_100 Is there a way to ...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
Read files from multiple folders
Hi, Lets say I have some 100 .dat files in each subfolder A, B , C , D that is placed inside the folder named Data. Here, I wou...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
divide the entries in the column by entries from another column
Hi, I have five arrays lets say A, B , C , D, E of size 100x 3. Here, For instance, I have to divide entries in the second col...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
Adding additional column into the array
Hi, I have two arrays A, B of size 100 x 3 and 100 x 5 . Here I would like to copy the entries in the fifth column of B array...
10 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Adding subtitle to the plot
Hi, I am trying to add subtile to my plots, however, I am getting the below error.. Actulaly, I am uisng Matlab 2018.. Will th...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
rename files inside the folder
I have to rename files that is placed inside the folder, for e.g. in the below shown example 080 needs to be replaced as 020.. A...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
Normalizing histogram counts to 1
Hi, I am trying to normalize the histogram counts in the from of 0 to 1 using the below script. However, I am not getting my co...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
Issue with figure display
Hi, I have used below command inside the for loop to avoid the display of figures. However, if I run some other command even in...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
Select values in one column based on entries in another column
Hi. I looking for a way to read values in one column based on the entries in qnother column, For example in the attached array...
11 Monate vor | 2 Antworten | 0
2
AntwortenAssign Character based on condition
Actually, X, Y ,Z are not of same size.. I will try the if, else if method as you suggested..
12 Monate vor | 0
Frage
Assign Character based on condition
Hi, In the below script, if ii = 3, I would like to define X_5 (:,1) = X_5 (:,1)*(2); and for ii =2 it should be Y i.e. Y_5 (...
12 Monate vor | 2 Antworten | 0
2
AntwortenFrage
latex interpreter sprintf issue
Hi, I would like insert text in my figure y = 10mm_x=1, I tried as follows, but it throws below error Suggestions please !! ...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to assign character/string in the for loop
Hi, I am defining the character fname = '*A' I need to use this chracter insdie the for loop as follows, fname(i)={load(flist...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
Two histograms with different x axis /values
Hi, I am trying plot histogram with two different x values on the single plot. Did somebody tried something similar like this b...
12 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Issue with latex interpreter plot/chart title
Hi, I would like to assign plot title as follows Y_10mm_X = num2str(b2(i)). where i = 0.78 For this, I tried as follows title...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
Save histogram graphs during for loop operation
Hi, I got my data stored in the form of 100 x 192, I am generating one histrogram plot per 8 columns of data. This means, final...
12 Monate vor | 1 Antwort | 0
1
Antwortinsert zero into the column in the array
Hi, Thanks a lot.. This is what exactly I looking for.. May I know how to implement this, for multiple such arrays located in...
12 Monate vor | 0
Frage
insert zero into the column in the array
Hi, I have a array of size 49 x 3 (Attached here), here, I would like to make entries in the thrird column starts from 1 to 10...
12 Monate vor | 2 Antworten | 0