photo

vishweshwar samba


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
5 답변

Cody

0 문제
4 답안

순위
6,067
of 297,503

평판
8

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
57,891
of 159,017

참여
0 문제
4 답안

점수
51

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer
  • First Review
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Unable to resolve the name out.tout
Hi I have tried to reproduce your model. Please check the attached files.

2년 초과 전 | 0

답변 있음
How to extract frames from a vedio file in avi format?
Try this frameNo = 10; videoReader = VideoReader('k.avi'); for i = 1:frameNo frame = readFrame(videoReader); % read th...

2년 초과 전 | 0

| 수락됨

답변 있음
How to find the length of intersection of rows of a matrix?
Created all posssible row combinations found the overlaping and placed them in the table to compare A = [ 1 1 1 ...

2년 초과 전 | 0

답변 있음
How to use xline?
Try this x = [1,2,3,4,5]; % x interval % load signal instead of data below z = linspace(0,6,100); y = exp(z); plot(z,y)...

2년 초과 전 | 0

답변 있음
how to multiply a number to matrix?
I assume that the matrix 180X360X1332 (Latitude X Longitude X Time) is a multidimentional array and you want to multiply a value...

2년 초과 전 | 0

| 수락됨