![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2981809.jpg)
KIRAN kumar
Gitam University
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
Statistiques
RANG
7 021
of 297 046
RÉPUTATION
6
CONTRIBUTIONS
1 Question
5 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
3
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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!!!
plus de 11 ans il y a | 0
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?
plus de 11 ans il y a | 4 réponses | 0
4
réponseshow can i give the appearnce as dimmed to gui panel?
try in the mfile which is generated after processing the fig file
plus de 11 ans il y a | 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...
presque 12 ans il y a | 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(...
presque 12 ans il y a | 3
how to convert some binary data to image in matlab
uigetfile can also be to read image from any directory
environ 12 ans il y a | 0