photo

Ihaveaquest


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

16 質問
1 回答

ランク
120,763
of 297,503

評判
0

コントリビューション
16 質問
1 回答

回答採用率
62.5%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


R2009 matlab powerpoint functions
I am having getting erros due top what i think having an older version of matlab.. the section that opens and adds figures to ...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


how to close powerpoint
i am opening powerpoint and would like to check that pp is open and close it at the beginning of the script. to avoid crashing...

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

1

回答

質問


when combining excel data how to have it replicate the sheets organization as well
I followed this example that i found on here, i need multiple excel to be all combine in one but I have data on multiple sheets ...

約2年 前 | 0 件の回答 | 0

0

回答

質問


how to select range of files
prompt1 = '\nplease enter the starting serial number\n'; first_SN = input(prompt1); prompt2 = '\nplease enter the ending seria...

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

1

回答

質問


what if the precision on datenum is not allowing max comparison
temp(v)= allfiles(idx); [~, index] = max([temp.datenum]); files = [files;temp(index)]; instead of giving me...

約2年 前 | 0 件の回答 | 0

0

回答

質問


how to avoid CDing a text file in a dir
I have 100s of folders that i need data from but part of the main folder theres txt file that i need to bypass.. when my code C...

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

1

回答

質問


file parsing identifier need to choose the correct identifier
i have this file 04_T_A_tx01_3009.txt and my current code selects it base on identifier = 'tx'; for parsing the correct sele...

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

1

回答

回答済み
file that i am reading in loop changes in file
i was comfusing myself sorry figure it out for idx = 1:length(alfiles) if contains(alfiles(idx).name,'tx01') ...

2年以上 前 | 0

| 採用済み

質問


file that i am reading in loop changes in file
for idx = 1:length(alfiles) if contains(alfiles(idx).name,'tx01') v=v+1; temp(v)= alfiles(idx); thsi i...

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

1

回答

質問


matrix to struct do not match
54X2 and ch1 row size fluctuates i have them in a B size loop when ch1 is size 54X6 it works fine when it changes to 52X6 it...

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

1

回答

質問


pick files within dir
I have a list create by dir i want to pick specific files in the dir the name differentiators are genreal name with "post" on ...

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

1

回答

質問


matrices specific value selection
disp(B.values(2:1:end)); im trying to use this format but it gives me all of the numbers i need the first number and last of mu...

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

1

回答

質問


how may i change the marker color
plot(frequency(41),value(:,1), LineStyle, 'r') I am trying to change the color if this plot but I am getting an error.

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

1

回答

質問


How to scatter plot when the values are i.e 1,1 and 1,10 grid
trying to avoid repeating code plot(sparams.frequency_GHz(1),delta(:,1)) plot(sparams.frequency_GHz(41),delta(:,1)) and fo...

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

1

回答

質問


read file in folder with multiple files with similar names
file_name = dir('*.rpt*'); ------------------ some where in here would like code that picks the file with latest data file n...

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

1

回答

質問


choosing between two array location
my code works when my parced string reads thorugh and places the wanted string in cell 5 but the modify version that i am workin...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


how to find specific string out of a list in an excel
file = read('file'); pattern = strcmp('9',file); row = find(pattern==1); writetable(row,'sampletable.txt')

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

1

回答