photo

Duncan Carlsmith


University of Wisconsin - Madison

Last seen: 1일 전 2022년부터 활동

Followers: 4   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
MATLAB Answers

12 질문
16 답변

File Exchange

143 파일

순위
5,152
of 300,364

평판
10

참여
12 질문
16 답변

답변 채택
75.0%

획득한 표
5

순위
1,954 of 20,934

평판
937

평균 평점
4.30

참여
143 파일

다운로드 수
313

ALL TIME 다운로드 수
7637

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

질문


Live Script animation 2025a
The folowing code produces a nice on-time animation when run from the command line. Run as a Live Script, it produces an animati...

3일 전 | 답변 수: 0 | 0

0

답변

제출됨


Normal Modes of a System of Masses
Live Script exploring normal modes of four masses densely connected by springs moving in one dimension.

9일 전 | 다운로드 수: 6 |

0.0 / 5
Thumbnail

제출됨


Mobile Phone Pendulum Doppler Experiment
Live Script analysis of data from mobile phone pendulum Doppler shift experiment.

13일 전 | 다운로드 수: 4 |

0.0 / 5
Thumbnail

제출됨


Relativistic Chaotic Motion Explorer
Live Script exploring chaos in relativistic mechanics with a quartic potential in two dimensions.

17일 전 | 다운로드 수: 5 |

0.0 / 5
Thumbnail

질문


MATLAB online video creation trouble
The following test code runs in 3 seconds natively with v2025a but stalls and never completes in MATLAB online. Any suggestion a...

19일 전 | 답변 수: 1 | 0

1

답변

제출됨


Two-dimensional Newton Cradles
Live Script simulating two-dimensional arrays of colliding pendulums.

22일 전 | 다운로드 수: 8 |

0.0 / 5
Thumbnail

제출됨


Relativistic motion in a Coulomb field
Live Script exploring motion of a relativistic particle in an inverse-square law force field.

대략 1개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Exact 3D Doppler Effect Explorer
Analytic formulae and simulations of exact Doppler effects for arbitrary motions in 3D.

대략 1개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Newton's Cradle Simulation
Live script simulation of various Newton's cradles.

대략 2개월 전 | 다운로드 수: 7 |

0.0 / 5
Thumbnail

제출됨


Web Scraper with Screenshots
Example web page scraper saving text, images, and screenshots.

2개월 전 | 다운로드 수: 4 |

0.0 / 5
Thumbnail

제출됨


MicroObservatory Robotic Telescope Explorer
Live Script image processing for Harvard MicroObservatory Robotic Telescope Network images.

3개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Saturn moon shape visualizer
Live Script that downloads and visualizes shape models for Saturn's moons.

3개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Moon Model Viewer
Live Script and App to view and compare surface models of planetary moons.

3개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Pendulum Doppler Effect Theory and Simulation
Live Script simulation of the Doppler effect for a source on the end of a nonlinear pendulum.

3개월 전 | 다운로드 수: 6 |

0.0 / 5
Thumbnail

제출됨


Skyfield Night Sky Explorer
Live Script illustrating programmatic night-sky simulation and Python integration with Skyfield.

3개월 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


Two-Dimensional Tetherball Explorer
Live Script exploring a ball wrapping a tether around a pole in two dimensions.

3개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Camera View Transformer
Live Script that transforms an image to a new image as seen with a different camera orientation.

3개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Instantaneous Frequency Explorer
Live Script exploring methods to estimate the instantaneous frequency of a quasi-harmonic signal.

4개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Infrared Science Archive Explorer
Live Script exploring IRSA astronomy images via API.

4개월 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

제출됨


SgrA Black Hole Stellar Orbit Explorer
Live Script illustrating fits to observations of stars orbiting the black hole in the center of the Milky Way.

4개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Markov Chain Monte Carlo Stellar Orbit Fit Explorer
Live Script exploring Markov chain Monte Carlo fits to observations of stars orbiting a black hole.

4개월 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
Why Import data still does not work with CSV files in R2022a ?
I ran into this today and the suggested fixes didn't work. The problem was I had a '*' in an enclosing folder name.

4개월 전 | 0

제출됨


Identify Objects Acoustically with a Neural Network
Live Script exploring how to classify objects using their acoustic signatures with a neural network.

4개월 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

답변 있음
How do I freqency shift a signal by a fractional amount using IFFT and FFT?
%% Frequency-Shift Demo with Synthetic Audio % This script creates a 1-s synthetic audio signal consisting of four % sinusoids...

4개월 전 | 0

답변 있음
How do I freqency shift a signal by a fractional amount using IFFT and FFT?
analytic_segment = hilbert(segment); % Complex analytic signal shifted_segment = real(analytic_segment .* exp(1j*2*pi*f_shift*...

4개월 전 | 1

제출됨


Acceleration of Gravity using the Doppler Effect
Live Script illustrating how to measure 'g' by dropping your phone.

5개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Feedforward Network Explorer
Live Script exploring linear and nonlinear feedforward fully-connected neural networks.

5개월 전 | 다운로드 수: 4 |

0.0 / 5
Thumbnail

제출됨


Neural Network Frequency and Phase Detector
Live Script illustrating detection of frequency and phase of a noisy signal with a neural network.

5개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

질문


File Exchange submission post ransomware
I tried to submit to File Exchange today using Chrome and then Safari and the required Summary shows a title but no entry field ...

5개월 전 | 답변 수: 1 | 0

1

답변

제출됨


Quantum Reflectionless Potential Well Explorer
Live Script exploring reflectionless potential wells through numerical integration of the Schrödinger equation.

5개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

더 보기