photo

sxh


自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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

28 days 前 | 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 month 前

提问


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

9 months 前 | 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...

1 year 前 | 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...

1 year 前 | 2 个回答 | 0

2

个回答