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 299,737

声誉
6

贡献数
1 个提问
5 个回答

回答接受率
100.0%

收到投票数
3

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3

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

12 years 前 | 0