Re: solving a system of multi-variable polynomial equations in mupad
"Daniel" wrote in message <k70ago$r6f$1@newscl01ah.mathworks.com>... > Hi Bruno > > You are right about this not being standard technique. But remember that the conic stuff is one of...
View ArticleRe: execute *.xls made by VBA in matlab
What do you mean? This doesn't really make sense. "mg" wrote in message <k6q3ud$mug$1@newscl01ah.mathworks.com>... > Hi, > > I'd like to execute *.xls made by VBA in matalb. Is it...
View ArticleRe: xlsread multiple xls files?
I just tried this; it works: folders = {'C:\Users\Excel\Desktop\Ryan_Folder\'}; DATA = cell(numel(folders),1); Â for fo = 1:numel(folders) Â Â Â Â files = dir(folders{fo}); %# get array fo all files in a...
View ArticleRe: xlsread multiple xls files?
You can try this as well!!! %# get input XLS files dName = uigetdir('.', 'Select folder containing Excel XLS files'); if dName==0, error('No folder selected'); end files = dir( fullfile(dName,'*.xls')...
View ArticleRe: hsv image histogram
"shilpa khinvasara" <ship@gamil.com> wrote in message <i0k1rj$9d2$1@fred.mathworks.com>... > can u pls tell let me know the code to display the histogram of HSV image.the image as u know...
View ArticleRe: Fall 2012 MATLAB Contest: October 31 - November 7
"Fernando " <quivira.f@husky.neu.edu> wrote in message <k7411v$dqt$1@newscl01ah.mathworks.com>...> Are the top submissions using principal component analysis? Does anybody know? They all...
View ArticleRe: how to extract and save data from histogram
"Wan Nurul Wahidah Wan Mustaffa Fikri" wrote in message <k76aol$8e1$1@newscl01ah.mathworks.com>...> I already plotted the histogram from my image after convert it to grayscale mode by using...
View ArticleWarning of depdir and depfun
1. a = depdir('Basic.HmTable'), 'Basic.HmTable' is a Matlab Class without any relation with Simulink. Running depdir('Basic.HmTable') or depfun('Basic.HmTable') shows: Warning: Undefined function or...
View Article??? Subscript indices must either be real positive integers or logicals.
Hey guys, My program was working fine, until today when I run it and it displays this error: ??? Subscript indices must either be real positive integers or logicals. What does it mean? And please...
View ArticleRe: ??? Subscript indices must either be real positive integers or
On 11/4/2012 9:29 PM, Justin Hay wrote:> Hey guys,> My program was working fine, until today when I run it and it displays this error:> ??? Subscript indices must either be real positive...
View ArticleVerticle line
I need a help with a simple plot. I am new in matlab, so any help is much appreciated. Suppose I have z = [0.9 0.6 0.3 ...]. I want want to draw a plot with a vertical line of length 0.9 at x=1,...
View ArticleRe: Verticle line
On 11/4/2012 9:58 PM, Debkumar wrote:> I need a help with a simple plot. I am new in matlab, so any help is much appreciated.> Suppose I have z = [0.9 0.6 0.3 ...]. I want want to draw a plot...
View ArticleRe: set parameter value
Given that you know the different values in advance why not just define>> t = sort([0 10:10:90 10:10:90 100]);>> values = [0 1 2 3 4 5 6 7 8 9]; % replace with your required values>>...
View Articledigital image processing
clc; clear all; a= imread('C:\Users\ankit\Desktop\lena.BMP'); imwrite(a,'wm_lena.jpg','Mode','lossy','Quality',65,'Bitdepth',8); [fname pthname]=uigetfile('*.jpg;*.png;*.BMP','Select the Asset Image');...
View ArticleRe: hsv image histogram
thank u for the code. But is it possible to plot a single histogram for the hsv image..... and can u also help me with the code for quantization of hsv image.
View ArticleRe: digital image processing
Hi, Please provide some information about the script...like purpose and at what stage you are facing the error...
View Articlesecond to hour min second
I have a array in seconds. I want to convert it to hour min and second. I have used the sec2hms. but it is not working. how to convert then second to hour minute and second. thanks in advance
View ArticleRe: second to hour min second
On 11/5/2012 12:18 AM, Moon Datta wrote:> I have a array in seconds.> I want to convert it to hour min and second.> I have used the sec2hms.> but it is not working.>> how to convert...
View ArticleRe: OFDM
"Harish Krishnan" <harish950@yahoo.com> wrote in message <eeeb956.-1@webx.raydaftYaTP>...> can a high speed data link system with the data> rate of 10Gbps can be designed with OFDM It...
View ArticleRe: OFDM
sriyananda@mailcity.com (sriyananda) wrote in message <bg1ht4km5r65@legacy>...> Please send me mathlab code (not simulink) for OFDM transmitter and> receiver. That code should be able to...
View Article