photo

Krishna Ghanakota


Last seen: 2ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Hello All, I am trying to implement a pulse counter on a RasPi 3 Model B using Simulink and send the count to ThingSpeak cloud using the ThingSpeak Write block.
I have implemented the functionality using a polling mechanism (Model_02) and it works fine. The model counts an edge rise on G...

5ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Hello, I have an array of values in "In", I would like to extract the samples in "In" between the indices specified in "SIdx" and "EIdx". SIdx and EIdx are also arrays.
I would like to acheive the functionality without using a for loop. Currently the code is written as Working Code : In = 1:100...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Hello, I have a cell array with the list of files I would like to delete. However I would not like to use a for loop to loop through each file to delete it.
Files - A cell array of size 1x3 with file names to be deleted. Files = 1×3 cell array {'1.txt'} {'2.txt'} {'...

5ヶ月 前 | 2 件の回答 | 0

2

回答