Re: GUI
"Elshaymaa " <engee35@yahoo.com> wrote in message <h1imem$b5e$1@fred.mathworks.com>...> how to show an image on the gui to fit the entire gui area?
View ArticleRe: change matlab workspace font size and editor font size
0YfQtdGC0LLQtdGA0LMsIDMg0LDQv9GA0LXQu9GPIDIwMDjCoNCzLiwgMTk6MjA6NTAgVVRDKzMg 0L/QvtC70YzQt9C+0LLQsNGC0LXQu9GMIGxhbmd0cmFuINC90LDQv9C40YHQsNC7Og0KPiBkZWFy...
View ArticleRe: BPSK modulator time-domain representation
My goal was to visualize the time domain response of this modulation, before and after the channel(Ignore the square root filter). To do that I had to build a separate block that multiplies the real...
View Articlehow can i solve inline system of equations using fsolve()
I am a programmer but am new to the syntax of matlab. I wonder how I could fsolve a system of nonlinear functions. Here is my code:Â Â Â Â x = X(i-1)Â Â Â Â y = Y(i-1)Â Â Â Â a = (sqrt(3)-1)/(2*sqrt(3))Â Â Â Â b =...
View ArticleRe: fuzzy c clustering
"siddhartha chandel" wrote in message <jfu9c3$6do$1@newscl01ah.mathworks.com>...> hello everybody please give me some simple programs of fuzzy c clustering in MATLAB actually i'm not...
View ArticleUsing Anonymous function to extract last 4 characters of a string
Hi, I am trying to extract last 4 characters of a string and trying to check if it contains a '/' in it. There are similar questions that have been answered, but still I have problems finding a...
View ArticleRe: Using Anonymous function to extract last 4 characters of a string
% Not 100% sure what your ultimate aim is here. % But here are some dates in different formats: s = {'20/05/2007', '10/06/07', '20/01/2010', '22/04/2004', '20/05/07'}; % And here's an operation that...
View ArticleRe: display positive indexed pixels
On 12/23/2012 3:45 AM, Carl S. wrote:> Hi,> I have a grayscale image. I have some pixels that have values>> index: 0.329> RGB: 0.487 0.487 0.487> hi; I am not expert in image...
View ArticleRe: Plotting Multiple y-axes with different range on the same plot
On 12/23/2012 1:03 AM, Isa Isa wrote: ...> Please how do I put all these plots on one single plot despite different> y axis range? ... Search help for 'Multiple x- and y-axes' -- it has an...
View ArticleRe: how can i solve inline system of equations using fsolve()
On 12/23/2012 7:28 AM, Tian wrote:> I am a programmer but am new to the syntax of matlab.> I wonder how I could fsolve a system of nonlinear functions. Here is my code:> I think fsolve wants...
View ArticleRe: adding trendline to a plot
On 12/23/2012 1:15 AM, Isa Isa wrote:> Good Day,>> Please how do I add trendline(s) to a certain straight line portion(s)> of a plot and how to extend the trendline to touch y and or x axis...
View ArticleRe: display positive indexed pixels
On 12/23/2012 9:21 AM, Nasser M. Abbasi wrote:> On 12/23/2012 3:45 AM, Carl S. wrote:>> Hi,>> I have a grayscale image. I have some pixels that have values>>>> index:...
View ArticleRe: How to retrieve a parameter inside ode solver?
"Torsten" wrote in message <kb4a84$nsv$1@newscl01ah.mathworks.com>...> "Qiming " <qzfyc@mst.edu> wrote in message <kb2p6s$kht$1@newscl01ah.mathworks.com>...> > Hi:> >...
View ArticleUsage of Conditional Statements in Embedded Matlab Fucntion
HI Can I know how to use both ifelse and switch statements in Embedded Matlab Function.
View ArticleRe: How to run matlab in a cluster from various folders
On 12/24/2012 3:59 AM, Joan wrote: ...> ... I cannot find how to run something like>> matlab -nodesktop -nosplash -r matlab/main ... Not certain but I'd start w/ a fully-qualified path/name --
View Articlequery for real time data
hi1 everyone .I'm working with power quality analyzer which is connected to PC using a Ethernet port..i wanted to knw how to read the real time data from it in Matlab Simulink Model
View ArticleRe: How to read Neuralynx raw data files with MatLab?
"Alberto Capurro" <ac331@le.ac.uk> wrote in message <h06all$cev$1@fred.mathworks.com>...> I would need a library to read Neuralynx raw data files (*.nrd) with a MatLab code.> We are...
View ArticleSplitting a string using regexp
Hi all, I have text data in the format: str = '13/12/11 14:07:40.228322' or it can be in the format: str = '14:07:40.228322 13/12/11' I want to put ONLY the 14, 07 and 40.228322 into a 1x3 cell array...
View ArticleConvert 2d matrix into several 1 D array
Can anyone please help me with the following : a=[1 2 3; 4 5 6; 7 8 9] i want to change it into b1=[1 2 3] b2=[4 5 6] b3=[7 8 9] i have tried using a for loop j=0; for i=1:1:3...
View ArticleSimulink bus creator Error : Too many output arguments
Hi, When i try to run offline a simulink, i have an error from a bus Creator saying: 'Error evaluating parameter 'OutDataTypeStr' in ..... Too many output arguments ' What, in the parameter of the bus...
View Article