Feeds
질문
Help needed to set proper curve fitting constraints for a comprehensive solution for fitting data to custom models
Hello, Trying to fit a custom model to my data but unable to get any results. So far tried playing with a bunch of curve fittin...
대략 1개월 전 | 답변 수: 2 | 0
2
답변질문
number format inconsistency between '"format shortE" and "format default"
Why does using "format shortE" gives incorrect value for X? X should just be a identity lambda= [3*1i 0;0 3*1i] K = diag(2*p...
대략 1년 전 | 답변 수: 0 | 0
0
답변질문
2×0 empty double matrix
trying to calculate a function with matrix arguments and matrix output: Question 1: is the following code the right way to do it...
1년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...
1년 초과 전
질문
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,...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
2년 초과 전 | 답변 수: 2 | 0

