Community Profile

photo

Duncan Carlsmith


University of Wisconsin - Madison

Last seen: 1日 前 2022 年からアクティブ

Followers: 0   Following: 0

連絡

Physics professor active in computational physics education for 1st-year university students.

Programming Languages:
Python, C++, MATLAB, HTML, Fortran
Spoken Languages:
English

統計

All
  • 5-Star Galaxy Level 2
  • 3 Month Streak
  • Thankful Level 1
  • Personal Best Downloads Level 4
  • GitHub Submissions Level 1
  • First Answer
  • First Submission
  • Explorer
  • First Review

バッジを表示

Feeds

表示方法

送信済み


Geiger Counter Audio Explorer
Live Script exploring Geiger counter sounds, arrival time distribution, and nuclear radiation attenuation.

7日 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Calculus Explorer
Live Script exploring numerical and symbolic calculus.

14日 前 | ダウンロード 7 件 |

Thumbnail

送信済み


Vector And Surface Rotations Explorer
Live Script exploring rotations of Cartesian vectors and parametric surfaces.

15日 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Relativistic Constant Force Motion Explorer
This Live Script examines 1d and 2d motions of a particle subject to a constant force governed by relativistic mechanics.

3ヶ月 前 | ダウンロード 4 件 |

Thumbnail

送信済み


Simple camera calibration using stars
A Live Script that shows how to perform a simple camera calibration using an image of stars.

8ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


RA-Dec Alt-Az Conversion Explorer
Converts right ascension (RA) and declination (Dec) to and from altitude (Alt) and azimuth (Az) and compares to star gazing apps...

8ヶ月 前 | ダウンロード 6 件 |

Thumbnail

送信済み


Mobile Phone Star Explorer
Matches star candidate right ascension, declination, and magnitude to Yale Bright Star and Henry Draper catalogs.

9ヶ月 前 | ダウンロード 3 件 |

Thumbnail

回答済み
How to open a .raw file in MATLAB
Some references applicable to "rgb" "raw" and dng are https://blogs.mathworks.com/steve/2011/03/08/tips-for-reading-a-camera-r...

9ヶ月 前 | 0

送信済み


iPhone Text2Speech Voice Controller
A Live Script illustrating text-to-speech generation of custom iPhone Voice Control command sequences.

9ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Color Panel Array Explorer
Live Script explores image processing of a stained glass window image and makes color panel arrays ala artist Gerhard Richter.

9ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


iPhone Voice Controller
Explore how to totally control your iPhone programmatically via voice commands.

10ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Exiftool Explorer
Explores native use of exiftool for image metadata editing.

10ヶ月 前 | ダウンロード 9 件 |

Thumbnail

回答済み
How do I decode DigitalCamera.MakerNote returned by imfinfo as a vector of doubles?
Answering my own question after much ferreting around. It appears that the APPLE makernotes file is a BLIST, a binary version of...

10ヶ月 前 | 0

| 採用済み

質問


How do I decode DigitalCamera.MakerNote returned by imfinfo as a vector of doubles?
I have a iPhone .jpg taken with location services for the camera enabled. Using EXIFTool , I can see data (shown below) that I n...

10ヶ月 前 | 1 件の回答 | 0

1

回答

送信済み


Bright Stars, Variable Stars, Constellations, and Asterisms
Explores IAU, HD, YBS, GCVS, and open-source star catalogs, BAA variable star data, IAU constellation boundaries, and asterism l...

10ヶ月 前 | ダウンロード 5 件 |

Thumbnail

送信済み


GAIA Data Explorer
Illustrates how to download and explore GAIA astrometry data.

11ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Celestial And Image Coordinate Projections Using FITS WCS
Provides and illustrates functions to transform between RA and DEC and image XY using FITS WCS information.

11ヶ月 前 | ダウンロード 5 件 |

Thumbnail

回答済み
Curve fitting using different functions
You are asking about nonlinear fitting and several choices are available including nlinfit. Try can try using Curve Fitter, from...

12ヶ月 前 | 0

送信済み


Hipparcos Astronomy Explorer
Explores positions, velocities, magnitudes, and colors of 118k nearby Hipparcos single stars and clusters.

1年弱 前 | ダウンロード 4 件 |

Thumbnail

送信済み


Mobile Phone Astrometry Explorer
Finds stars in a mobile phone night sky image using median-subtraction and peak-finding and compares to results from astrometry....

約1年 前 | ダウンロード 5 件 |

Thumbnail

質問


zoom image interactively maintaining a square zoom field
I'd like to use the + button with e.g. some control key, or some other trick, in order to zoom interactively on an image while m...

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

2

回答

送信済み


Translate R to MATLAB and MATLAB to R with ChatGPT
Illustrates translation of a simple R script to MATLAB, and back to R, using OpenAI's ChatGPT.

約1年 前 | ダウンロード 13 件 |

Thumbnail

回答済み
Finding minimum within a set of rows below a certain point?
% Make fake data, rows of random monotonically increasing values. X=cumsum(rand(10),2) % Make logical array for values satisfy...

約1年 前 | 0

送信済み


Generate MATLAB Code With BING
Examples of MATLAB code generation with BING.

約1年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


April Fool's MATLAB Codes With ChatGTP
Illustrates funny MATLAB codes generated by ChatGPT for April Fool's Day.

約1年 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Access Mathematica and ChatGPT-generate MATLAB code via APIs
Access Wolfram Alpha and ChatGPT-generate corresponding MATLAB code.

約1年 前 | ダウンロード 3 件 |

Thumbnail

送信済み


Translate LaTeX to MATLAB with ChatGPT
This script illustrates the translation of LaTeX math into MATLAB code with OpenAI's ChatGPT.

約1年 前 | ダウンロード 6 件 |

Thumbnail

送信済み


Drag and drop PDF to MATLAB conversion with ChatGPT
Illustrates how to manually drag over a PDF to generate MATLAB code using OpenAI's ChatGPT.

約1年 前 | ダウンロード 12 件 |

Thumbnail

送信済み


Translate Python To MATLAB With ChatGPT Programmatically
Reads python code from a url and generates MATLAB code using OpenAI's ChatGPT.

約1年 前 | ダウンロード 19 件 |

Thumbnail

送信済み


Generate MATLAB for non-English speakers with ChatGPT
Illustrates French and Turkish scripts generated with OpenAI's ChatGPT

約1年 前 | ダウンロード 1 件 |

Thumbnail

さらに読み込む