
KIRAN kumar
Gitam University
Followers: 0 Following: 0
Statistics
RANK
7 021
of 297 527
REPUTATION
6
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
3
RANK
of 20 454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159 075
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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!!!
mer än 11 år ago | 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?
mer än 11 år ago | 4 answers | 0
4
answershow can i give the appearnce as dimmed to gui panel?
try in the mfile which is generated after processing the fig file
mer än 11 år ago | 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...
nästan 12 år ago | 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(...
nästan 12 år ago | 3
how to convert some binary data to image in matlab
uigetfile can also be to read image from any directory
ungefär 12 år ago | 0