photo

KIRAN kumar


Gitam University

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

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

Statistica

MATLAB Answers

1 Domanda
5 Risposte

RANK
7.021
of 300.381

REPUTAZIONE
6

CONTRIBUTI
1 Domanda
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
3

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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?

oltre 12 anni fa | 4 risposte | 0

4

risposte

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 3

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

quasi 13 anni fa | 0