統計
MATLAB Answers
7 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Unable to read data from text file in matlab
clc; clear all; close all; fid = fopen('eeg.txt'); A = fscanf(fid,'%f'); fclose(fid); when I am trying for run the code I ...
約2年 前 | 1 件の回答 | 0
1
回答質問
solving an equation using linsolve...............
In the following: s = 2 3 3 4 t = 1 2 [p q]=linsolve(s,t) p = 2.0000 ...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Meaning of matlab coding(l1 minimization)...................
in the folloeing matlab coding: %Solve % min_x ||x||_1 s.t. Ax = b % Recast as linear program % min_{x,u} su...
12年弱 前 | 0 件の回答 | 0
0
回答質問
Matrix in a matrix..............
In matlab: x = 1 3 6 8 3 6 1 9 0 y = 5 4 6 7 9 ...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Simple matlab doubt in a coding
In a code there is a line: MMt=@(z) M(Mt(z))-------------------->(1) where M - Either a handle to a function that takes...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Removing error from a code...............
The main programme in matlab code: xp = l1eq_pd(x0, A, [], y, 1e-3); The calling function is written in another file sa...
12年弱 前 | 2 件の回答 | 0
2
回答質問
matlab code for taking very less sample
I have to take a few samples from a sinusodial signal.I have generated sinusodial signal using sin. But i am unable to write the...
12年弱 前 | 3 件の回答 | 0