C G
Followers: 0 Following: 0
Feeds
답변 있음
Help with converting decimal dates in a loop
I improved upon the code a little bit. It is faster and easier to manage. What this code will do is generate a list of Decimal y...
Help with converting decimal dates in a loop
I improved upon the code a little bit. It is faster and easier to manage. What this code will do is generate a list of Decimal y...
대략 6년 전 | 0
질문
Unpacking netcdf files to spreadsheet failure
I am trying to unpack a rather large netcdf file. The dimensions are 12 columns and 2168927 rows. Obviously this is way too larg...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Move mlabel positions off axis
I have this really nice map, but I need to change two things. 1. The longitude labels are on the axis. Does anyone know how to m...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Code Not working...sort of
delimiterIn = ' '; headerlinesIn = 13; % Create an empty Table that will hold ALL imported data z1Data = []; % Use...
Code Not working...sort of
delimiterIn = ' '; headerlinesIn = 13; % Create an empty Table that will hold ALL imported data z1Data = []; % Use...
6년 초과 전 | 0
질문
Code Not working...sort of
I have a very long script that works, but not all the way through. When I run the non working part on its own, it works just fin...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Plotting multiple trajectories on map
After a few minutes of tinkering, I got this to work. Please let me know what you think. Still having trouble with the import st...
Plotting multiple trajectories on map
After a few minutes of tinkering, I got this to work. Please let me know what you think. Still having trouble with the import st...
6년 초과 전 | 0
질문
Plotting multiple trajectories on map
I have a rather strange one. I need to plot multiple trajectories on a map. Right now, I am manually adding each latitude and...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Change marker color and size to non default color
I am trying to plot a point on a map. I can make the map, plot my point, and change my style of my marker just fine. But I can't...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Plot trajectories on a contour map
I am wanting to do a few different things. Is there a way that I can plot a trajectory over the contour map of Antarctica and...
6년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Convert decimal dates in loop
This doesn't really answer my question, but it will get consistent values. Uses the function [doy,fraction] = date2doy(inputDat...
Convert decimal dates in loop
This doesn't really answer my question, but it will get consistent values. Uses the function [doy,fraction] = date2doy(inputDat...
6년 초과 전 | 0
답변 있음
Help with converting decimal dates in a loop
A=[1.18750 1.90179 2.36709 2.87342 3.27273 3.86364 4.22727 4.51948 4.77922 5.06122 5.46939 5.87755]; yr=fix(A); secs=(A-yr)...
Help with converting decimal dates in a loop
A=[1.18750 1.90179 2.36709 2.87342 3.27273 3.86364 4.22727 4.51948 4.77922 5.06122 5.46939 5.87755]; yr=fix(A); secs=(A-yr)...
6년 초과 전 | 0
| 수락됨
질문
Convert decimal dates in loop
I need help with converting a decimal date to Day/Month/Year AND MATLAB serial date. (Yes this is the same question I asked in ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Convert decimal date to matlab serial date
I have a long list of decimal dates in a column in excel. How do I convert these to matlab serial dates? Example: 1998.9549 ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Help with converting decimal dates in a loop
I am having issues with my loop. I can get the individual elements to work individually, but not together in the loop. Here ...
6년 초과 전 | 답변 수: 5 | 0
5
답변질문
Create Text file containing list of file names
I am sure this has been answered before somewhere, but I am getting really frustrated trying to find the correct code. I have...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Combine values of a variable to make new variable
I think this is something that Matlab should be able to do, but for some reason I cannot find anything that will allow me to do ...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Keep leading zeros on import from excel?
I have 5 columns in excel that I would like to read in (and 48216 rows). In excel, I have formatted the cells to display a leadi...
Keep leading zeros on import from excel?
I have 5 columns in excel that I would like to read in (and 48216 rows). In excel, I have formatted the cells to display a leadi...
6년 초과 전 | 0
답변 있음
How do I create a text file in a loop?
Just in case there are any inquiring minds out there. This code is not the best, but it works. I am reading in an excel spreadsh...
How do I create a text file in a loop?
Just in case there are any inquiring minds out there. This code is not the best, but it works. I am reading in an excel spreadsh...
6년 초과 전 | 0
질문
Add LOTS of variables into my loop
Right now I have the code below. Ultimately I am trying to automate a program using Matlab. I have the batch file needed to run ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Keep leading zeros on import from excel?
I have 5 columns in excel that I would like to read in (and 48216 rows). In excel, I have formatted the cells to display a leadi...
6년 초과 전 | 답변 수: 3 | 0
3
답변질문
How do I create a text file in a loop?
I am sure this has been asked before, but searching for it has lead me nowhere. I need to create a text file and then have th...
6년 초과 전 | 답변 수: 2 | 0