|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[WM]: to make .exe from .m file
hello, i m also trying to make .exe or .c or .cpp any file from .m file but didnt
succeed....when i m running mcc command it said that cannot compile M-SCRIPT file....how can i convert it into functional
file....if u can guide me it'll be helpful to me i m also sending u the sample file any kind of help will b
appriciated
Hello You Here isThe Genius
Relax. Yahoo! Mail
virus scanning
helps detect nasty viruses!
% Setting the grey levels as entered in input close all; clear all
% function 11(namee);
% function [] = pathnamee(namee)
Image = imread('C:\group29.jpg');
[rows cols] = size(Image);
GreyLevel = input('Enter they number of grey levels to be shown '); imshow(Image,GreyLevel);
|