統計
MATLAB Answers
4 質問
0 回答
ランク
of 170,997
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error on matlab first startup on linux
Error on first run of matlab on ubuntu 14.04 Can't open /usr/local/matlab/bin/util/arch.sh , after typing :"sudo ./matlab " ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Linear System solve y=Ax+B (Find uknown matrix A and vector B)
I got a linear system : *Z'=A*Z+B *3 _Known points_ (x1,y1)(x2,y2)(x3,y3)* stored in matrice Z=[x1 x2 y2 ; y1 y2 y3] And...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Problem with plot array of signals(by row) and x axis
I got a 2d array ,that each row represents a signal (for wiener filtering) Arr(10,45). I want to plot,all signal...
9年以上 前 | 1 件の回答 | 0
1
回答質問
2D Convolution algorithm error vs conv2 function
[r,c] = size(x); [m,n] = size(y); h = rot90(y, 2); center = floor((size(h)+1)/2); Rep = zeros(r + m*2-2,...
9年以上 前 | 1 件の回答 | 0