photo

KIRAN kumar


Gitam University

2013년부터 활동

Followers: 0   Following: 0

메시지

hai everyone i completed my masters in electronics & Instrumentation from gitam university.matlab is my fav s/w.
Professional Interests: DIP,DSP,NNFL,Communications

통계

MATLAB Answers

1 질문
5 답변

순위
7,021
of 300,365

평판
6

참여
1 질문
5 답변

답변 채택
100.0%

획득한 표
3

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Is it possible to create "x" amount of objects with pop-up menus in GUI depending on the user input?
yeah the above one works try it!!!

12년 초과 전 | 0

질문


What happens when you type "why" in the command window?
Whenever we type |why| in the MATLAB command window the answer it shows is entirely different. "Why" is it so?

12년 초과 전 | 답변 수: 4 | 0

4

답변

답변 있음
how can i give the appearnce as dimmed to gui panel?
try in the mfile which is generated after processing the fig file

12년 초과 전 | 0

답변 있음
i have to read videos convert into frames detect shot boundary and keyframe
warning off; clear all; close all; clc; obj = mmreader('filename.avi'); vid = read(obj); frames = obj.NumberOfFrames %Read th...

12년 초과 전 | 0

답변 있음
Converting a jpg image (RGB) into a 2-d array of numbers (2D)
I=imread('inputImage.extenstion') imshow(I) title('Input Image') I1=rgb2gray(I); figure,imshow(I1) title(...

12년 초과 전 | 3

답변 있음
how to convert some binary data to image in matlab
uigetfile can also be to read image from any directory

거의 13년 전 | 0