photo

jason lee


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
215,997
of 298,219

評判
0

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

回答採用率
85.71%

獲得投票数
0

ランク
 of 20,548

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,604

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to use MATLAB to determine if an exe process exist?
i want to use MATLAB to determine if 'mspaint.exe' is running on the system and return the status. How could i complish this wi...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


how to print figure in jpg without white margin
x = 0:pi/5:2*pi; y = sin(x).*exp(-x); figure('Visible', 'off', 'PaperUnits','centimeters', 'PaperPosition', [0 0 32 8]) plot(...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Fault Tree Analysis in MATLAB
this shows a demo fault tree. the goal is to calculate the top-event '1' 's probability of failure given '3','4','5','6','8',...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


fopen syntax, a new usage???
i found a usage of fopen which is not found in MATLAB documentations here is my code s = 'name'; fileID = fopen([s,'.txt'],'w...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


create txt files with specific names
i want to create a series of txt files with predefined char names. here is my code s = {'RSN1','RSN2','RSN3'}; for i = 3:1:1 ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


preallocate memory for a struct in a for loop
here is my code: for i = 1:size(filename,1) spectra(i).name = filename(i,1:end-4); spectra(i).value = readmatrix(file...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


issue about ismember wrong output
a=0.02:0.02:2; b=0:0.01:5; ismember(a(6),b) ans = logical 0 But it is clear that all elements in a belong to b, s...

約5年 前 | 1 件の回答 | 0

1

回答