Community Profile

photo

KIRAN kumar


Gitam University

Active since 2013

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

Statistics

  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Question


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?

10 years ago | 4 answers | 0

4

answers

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

10 years ago | 0

Answered
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...

11 years ago | 0

Answered
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(...

11 years ago | 3

Answered
how to convert some binary data to image in matlab
uigetfile can also be to read image from any directory

11 years ago | 0