sxh
Followers: 0 Following: 0
Statistics
RANK
135,681
of 295,940
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,307
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 months ago | 0 answers | 0
0
answersQuestion
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...
3 months ago | 1 answer | 0
1
answerSolved
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...
4 months ago
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,...
11 months ago | 1 answer | 0
1
answerQuestion
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
answerQuestion
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