photo

Duncan Carlsmith


University of Wisconsin - Madison

Last seen: 1 jour il y a Actif depuis 2022

Followers: 0   Following: 0

Message

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

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

Statistiques

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

Afficher les badges

Feeds

Afficher par

Question


How does one solve equations between symbolic functions for functions
I am testing out MATLAB FunctionalDerivative for generating and solving Euler equations derived from a Laargrangian with a holon...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
Polynomial Regression and finding Standard Error
The following shows how. https://www.mathworks.com/matlabcentral/fileexchange/165941-polynomial-fit-explorer

2 mois il y a | 0

Question


Live Editor long display output bug. Command to remove output from Live Script?
I bug I recently encountered corrupted my Live Script so it was not openable. Using symbolic methods, I had generated a formula ...

3 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

12 mois il y a | 0

Réponse apportée
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...

environ un an il y a | 0

| A accepté

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ un an il y a | 0

Question


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...

plus d'un an il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
How to delete all the commented content in a m-file?
% Read the contents of the file into a string variable filename='Your_File.m' % Use fopen to open the file for reading fi...

plus d'un an il y a | 0

Réponse apportée
Multiple roots formula with Matlab
Not likely the point of the exercise but this works: syms x; solve(x^4- 6*x^3 + 12*x^2 - 10*x +3==0,'ReturnConditions',true) ...

plus d'un an il y a | 0

Réponse apportée
Connecting to ChatGPT using API
See Generate MATLAB code using ChatGPT API at https://www.mathworks.com/matlabcentral/fileexchange/125220-generate-matlab-code-...

plus d'un an il y a | 3

Réponse apportée
Spellcheck functionality in MATLAB editor
On a Mac, BBEDIT will open a .mlx (which is zip file, (see https://www.mathworks.com/help/releases/R2016a/matlab/matlab_prog/liv...

environ 2 ans il y a | 1