photo

Irfan Hussain


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
2 답변

순위
6,121
of 301,175

평판
8

참여
3 질문
2 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


cut's video to give start and end postion in matlab
hello , I have 5 video's length 18 sec each. i want code to cut each video which starting form 10 sec and 18 sec ending time. ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Excel I/o matlab
function distance = get_distance(city_1 , city_2) [num,txt,raw] = xlsread('Distances.xlsx'); p = 0; q = 0; name_1 = strcmpi(c...

거의 6년 전 | 0

답변 있음
Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
function [summa, index] = max_sum(v,n) leng = length(v); if leng < n summa = 0; index = -1; else w =...

거의 6년 전 | 0

질문


Moving Files form Multiple Folders in Single New folders

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


save single video in single folder.. having 200 videos in a folder
hello all, i have 200 videos in a folder.. i want to send one video to one new folder.. means want to get 200 new folders with...

거의 6년 전 | 답변 수: 1 | 0

1

답변