統計
MATLAB Answers
7 質問
0 回答
ランク
of 160,604
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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