![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15514572_1584731530883.jpg)
Irfan Hussain
Followers: 0 Following: 0
Statistiques
RANG
5 569
of 297 016
RÉPUTATION
8
CONTRIBUTIONS
3 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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. ...
presque 5 ans il y a | 1 réponse | 0
1
réponseExcel 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...
presque 5 ans il y a | 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 =...
presque 5 ans il y a | 0
Question
Moving Files form Multiple Folders in Single New folders
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0