photo

sxh


2023 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
0 回答

Cody

0 問題
1 解答

ランク
286,414
of 298,949

評判
0

コントリビューション
5 質問
0 回答

回答採用率
80.0%

獲得投票数
0

ランク
 of 20,661

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
118,019
of 162,957

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Solver
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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

8ヶ月 前 | 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...

10ヶ月 前 | 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...

10ヶ月 前

質問


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

1年以上 前 | 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

2

回答