photo

Chris Anast


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
166,593
of 301,186

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Trouble getting a value of a keyword in a FITS file.
I have a FITS file named sun.fits. With fitsinfo('sun.fits'), the structure in the image below is output. <</matlabcentral/an...

8 years ago | 1 answer | 0

1

answer

Answered
How to read fits files from a directory?
I did it like this: d = dir('capture_*.fit'); for j = 1:length(d); s = d(j).name; %get name of image from dir...

9 years ago | 0

| accepted

Question


How to read fits files from a directory?
Hello, First of, sorry if this is a novice question. I have a bunch of FITS files in my folder that I have to average. I deci...

9 years ago | 2 answers | 0

2

answers

Question


Attempted to access d(2); index out of bounds because numel(d)=1.
Hello, I'm kinda new to MatLab and not much experienced in coding in general and would like to ask for some help. I am trying to...

10 years ago | 1 answer | 0

1

answer