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 297,503

評判
6

コントリビューション
1 質問
5 回答

回答採用率
100.0%

獲得投票数
3

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
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!!!

11年以上 前 | 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?

11年以上 前 | 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

11年以上 前 | 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

約12年 前 | 0