photo

Krishna Ghanakota


Last seen: 1년 초과 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
141,342
of 301,383

평판
0

참여
3 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,306

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
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...

대략 2년 전 | 답변 수: 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...

대략 2년 전 | 답변 수: 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'} {'...

대략 2년 전 | 답변 수: 2 | 0

2

답변