![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
Estadística
1 Pregunta
5 Respuestas
CLASIFICACIÓN
7.021
of 297.016
REPUTACIÓN
6
CONTRIBUCIONES
1 Pregunta
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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!!!
más de 11 años hace | 0
Pregunta
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?
más de 11 años hace | 4 respuestas | 0
4
respuestashow can i give the appearnce as dimmed to gui panel?
try in the mfile which is generated after processing the fig file
más de 11 años hace | 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...
casi 12 años hace | 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(...
casi 12 años hace | 3
how to convert some binary data to image in matlab
uigetfile can also be to read image from any directory
alrededor de 12 años hace | 0