質問


How to change LineWidth and MarkerSize in plot fit curve ?
I am using this code in order to plot my data. The problem is that I can not change the size and the linewidth of my plot. I u...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Problem with fscanf command in creating .txt file
I would like to create an output .txt file. This .txt file is a result of merging vertically multiple .txt files with the same ...

約3年 前 | 1 件の回答 | 0

1

回答

回答済み
Create multiple files via for loop
The code that works is clc clear %mean IMM filename= dir('*km.xlsx') for k = 1:numel(filename) thisfile = filename(...

約3年 前 | 0

| 採用済み

質問


Create multiple files via for loop
I have a question about a code. I use this script in order to read file and making calculations. Finally i export my data to an ...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Put specific name in file via writematrix
I want to create an output file. I would like my file to contains also one specific string (character) in its name. My code is:...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Error in splitapply command
I am using this command "splitapply" in order to find mean (average) of a group of data. edges=1:0.5:10 [N, edges, bin] = hist...

約3年 前 | 1 件の回答 | 0

1

回答

質問


X, Y plot with errorbars on the same figure ?
I would like to plot errorbars on a X,Y plot. Errorbars should be computed based on mean and standard deviation for X data (X da...

約3年 前 | 0 件の回答 | 0

0

回答

質問


How to calculate moving average for data
How could I calculate moving average for specified data , having specific overllaping (For example I have a set of data, and I w...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Group data in bins
I have a file with data numbers. I would like to group them , let's say in "bins", by a specific step (eg minimum value is 0, ma...

約3年 前 | 4 件の回答 | 0

4

回答

質問


How to solve readcell 1x1 missing ?
I am using readcell command in order to read a file. But some numbers/data in columns show 1x1 missing. How could I solve this p...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Find maximum value of each row in a double matrix
I have a matrix A double with columns and rows. All the data of A are numbers. I would like to find the maximum value of each ro...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Histfit : how to set minimum and maximum value for clusters?
Hello, I want to create a histogram. I want my histogram to start from a specific minimum value and to end to a specific maximu...

約3年 前 | 1 件の回答 | 0

1

回答

質問


error in writematrix command (using loop)
I have a syntax problem with a code. I want to use writematrix command in order to get output files from my code. Previously in ...

約3年 前 | 0 件の回答 | 0

0

回答

質問


Output with specific critiria in data ?
I am having a txt file with 4 columns. I would like to get a new file with spesific critiria, depending on the limits of values ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to plot only the available data?
I have two columns. The second column has not all its data completed, and as a result with the use of command readcell there is ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to keep only numbers in a cell (.xlsx file)?
I have an .xlsx file. In one column there are numbers and text in each cell (e.g. 0.562550 (AHV)). How could I keep ONLY the n...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Problem with cross correlation
Hello. I have a problem with a code. I have two kinds of data (lets call them a and b). These are cells, and in each cell I have...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Add specific numbers to a plot
I have a code that I am calculating some values. I would like to add this values to a spesific point in my plot (I mean I would ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Convert an array of letters into numbers
I would like to convert an array of letters into numbers. Based on this code: Alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' number...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Capitalize only the first letter of a character
How to Capitalize only the first letter of a character ? upper function capitalize all the letters. I want only to make this cha...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Find ascii numbers from cells
I would like to find ascii numbers from cells. My file has words/letters (cell arrays). I would like to calculate ascii number f...

約3年 前 | 1 件の回答 | 0

1

回答

質問


COMPARE CELLS VIA A LOOP
Hello, I have a problem with a code. I have two columns with cell (200x1 cell) in a csv file. I would like to compare these two...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to compare letters if they are same
Hello I have a problem with a code. I would like to compare two files with letters/names. I would like to find which name of fi...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Group data in specific potition (data redistribution)
I have a file with 19 columns. The 2, 8, 14 th column has letters. The 2nd has suffix *N, the 8th column has suffix *E, and the ...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Find points are located at a radial distance of 20m from a point
I have an ascii file, with two columns. The first has Latitude and the second has longtitude. Also I have one point (lets call i...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Way for matching letters and numbers in two files?
Hello, I have a question about one code. I have two files. file1, has one column with numbers only. the second file (file2) ha...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Distance within radius from a point (Lat,lon)
I have a question. I have a point with a specific latitude anfd longtitude. From this point I would like to find different poin...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Correlate different type of data
Hello, I would like to create a code that correlates two types of data. the problem is that my first team of data has 300 numbe...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


How to read greek characters in a .txt file
What is the command in order to read greek characters in a .txt file via matlab programming? My file has 3 columns. The first ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


How to merge 2 tables wtih thw same rows and columns?
Hello. I have a question. How to merge 2 tables wtih thw same rows and columns? (I have 1000x1 tables, that I want to merge the...

3年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む