photo

sxh


Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


colorbar not working?
clc; close all; clear; x = -1:2/511:1; [X,Y] = meshgrid(x); R = sqrt(X.^2 + Y.^2); Phi = atan2(X,Y); Z = zeros(512,...

7 months ago | 1 answer | 0

1

answer

Question


least square fit "lsqcurvefit" not good enough?
Hi All, Trying to solve "K_a" by least square fitting an equation "func" to a dataset "backgroundImpIm". Bu when I plot them to...

1 year ago | 1 answer | 0

1

answer

Question


error: matrix dimensions must agree
Hi I am banging my head over this least square curve fitting even when following the simplest procedure I found. The error says...

1 year ago | 2 answers | 0

2

answers