Feeds
질문
Solving 3 equations with 3 unknowns
Dear members; I would like to solve 3 equations using matlab. following are the 3 equations. 0.0972=ve*ln(mo/(mo-1010mp)...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
Reading a data starting with zeros
Dear members I have the following data from a text file: 1 23948U 96040A 96214.98321868 .00000118 00000-0 00000+0 0...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
How to filter out values which are greater than a defined threshold?
Dear all I would like to ask how I can filter out the values in a given dataset. For eg: I have the following data: ma...
거의 12년 전 | 답변 수: 2 | 0
2
답변질문
How to plot min,max and mean values from a data set?
I have a data set of min,max and mean values at the same time instant. For eg: min=1,max=2, mean =1.5 @ 00:00:00 min=2,m...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Problem using RESHAPE function
I am trying to read the following text file: 1 24652U 96063A 96318.74847837 -.00000020 00000-0 00000+0 0 14 2 246...
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
Need help in plotting with datenum on x-axis
Dear All I am having problem in plotting i have a series of time data using: out = datestr(ymdhms,'yyyy-mm-dd HH:MM:SS')...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
Error: Undefined function 'plus' for input arguments of type 'cell'
Dear All I am facing such error when I am trying to add cells. OM+M+w Following is the result of whos: Name Siz...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
IF statement and time display
Dear All I have a string which displays time and date taken from a txt file using: str= datestr(datenum([yy mm dd HH MM ...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
Converting Day of Year to month and day
Dear All I have the following data: epoch= '96318.74847837' '96319.62211352' '96319.62351606' ...
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
How to read the indivual elements of a column data?
Dear All I have a data say, x= '96318.74847837' '96319.62211352' '96319.62351606' '96319.6...
대략 12년 전 | 답변 수: 4 | 0
4
답변질문
How to read the entire column of a file and save it in a variable?
Dear All I have the below text file (part of it). ===================================================================== ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
How to read the value of a cell one-by-one?
Dear All I have a TLE(Two-line element) and I got the following code to structure the data. fid=fopen('2B.txt'); A=te...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
I want to read a text file having strings and numeric data. Is there any better function than textscan?
Dear Users, below are the few lines of the text which I want to display individually. It is the data of a TLE (Two-Line eleme...
대략 12년 전 | 답변 수: 6 | 0