UWM
Followers: 0 Following: 0
Statistics
17 Questions
0 Answers
RANK
263,380
of 295,467
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
70.59%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Finding strings with common character
I would like to find in a text file all unique strings with common first character, e.g. "G" (unique i.e. without repetition: if...
11 months ago | 4 answers | 0
4
answersQuestion
Rename of multiple files
I have many folders and in each I have potentially 480 txt files (“potentially” because in some folders some files are missing) ...
3 years ago | 3 answers | 0
3
answersQuestion
Reading data from multiple files in ascending order.
I have many folders and in each I have potentially 480 txt files (“potentially” because in some folders some files are missing) ...
3 years ago | 1 answer | 0
1
answerQuestion
Remove line from text file if in the first column there is a certain character
Hi, I have a .txt file with many rows. Short example: $GN,074043.00,11,09,2020,00,00* 2 -0000,00 00000,00 $GN, ...
4 years ago | 1 answer | 0
1
answerQuestion
vector projection based on adopted direction
I have X'Y'Z' coordinate system (define by position of X', Y', Z' axises). This coordinate system was created by rotatation and...
4 years ago | 0 answers | 0
0
answersQuestion
coordinate system rotation and then calculate position in new (rotated) system
I have a direction defined by azimuth and evation (e.g. Azi, Elev). I would like to calculate values of these Azi i Elev after...
4 years ago | 1 answer | 0
1
answerQuestion
Angle betwen two 3d vectors in the range 0-360 degree
I have set of two 3d vectors lying on the same plane. I would like to calculate angles betwen each of these pairs, but in the "...
5 years ago | 1 answer | 0
1
answerQuestion
calculation the angle betwen X-axis created due coordinate system rotation - after projection the coordinate system on the plane
I have a coordinate system XYZ (black on figure) which can be rotated around Z axis (Zrot angle) or around Y axis (Yrot angle...
5 years ago | 1 answer | 0
1
answerQuestion
how to calculate direction in rotated coordinate system
I have a direction defined by azimuth and evation (e.g. Azi, Elev). I would like to calculate values of these Azi i Elev after...
5 years ago | 2 answers | 0
2
answersQuestion
vector projection on rotated coordinate system
I have to vectors: red (XR, YR, ZR) and blue (XB, YB, ZB) in XYZ coordinate system. I would like to calculate projection of the...
5 years ago | 1 answer | 0
1
answerQuestion
delete row if in column 1 nad 2 are the same values
Hello. I have e.g. 3 x 5 matrix. I want to delete all rows which have the same elements in column 1 and 2. For instance: a = ...
5 years ago | 1 answer | 0
1
answerQuestion
fit and plot surface and get acces to fitted surface parameters
I use f = fit( [X1, Y1], Z1, 'poly44' ) and plot(f, [X1,Y1], Z1) functions to fit (and plot) surface to scattered data. I...
5 years ago | 0 answers | 0
0
answersQuestion
Compare values from two text files and replace if they match
I have a problem of comparing two text files and replace value in third column if values in two first column match. I have to t...
5 years ago | 1 answer | 0
1
answerQuestion
runing repeatedly exe files using matlab
I have houndreds of text fils that I have to edit using teqc.exe soft. Example files names are: TTTT071A.19, TTTT072A.19, TTTT0...
5 years ago | 0 answers | 0
0
answersQuestion
Is it posible in Matlab to model surface using spherical harmonics (SH) basing on 3d data? If yes, how can I do it.
imputs: a set of points with 3d coordinates outputs: surface model created using SH
6 years ago | 1 answer | 0
1
answerQuestion
Finding the first occurance of a given string
I have a large text file in which I need to find the first occurance of a given string, e.g. 'STAX'. How can I do this?
8 years ago | 1 answer | 0
1
answerQuestion
select data from a text file
Matlab users, I have a question regarding selecting certain data from a text file. First of all I need to find all rows wh...
8 years ago | 1 answer | 0