Re: lagrangian multiplier when there are two curves obtained from
Andrew Alkiviades <andrew.alkiviades@gmail.com> wrote in message <93473062-a05a-4d73-a166-0442400979ba@googlegroups.com>...> On Monday, 8 July 2013 07:33:16 UTC+1, Torsten wrote:>...
View ArticleCognitive Radio
Dear All, Please share matlab codes for spectrum sensing in cognitive radio
View Articlechange implay title or colorbar in code not gui
I use implay to view a number of MR images stacks at once. This makes it crucial that I can differentiate between them. I have figured out how to change the color map in the code as seen below....
View ArticleRe: xlswrite does not write anything
"Nick" wrote in message <ku9vbj$h1u$1@newscl01ah.mathworks.com>...> dpb <none@non.net> wrote in message <ku8r0r$eoj$1@speranza.aioe.org>...> > On 8/11/2013 2:54 PM, TideMan...
View ArticleInputdlg to Listdlg (GUI)
Hello, I am a beginner at GUI and there is a step on my code that asks the user to enter an input. So I have done that using handles.AS = inputdlg ('Fish','Types',D); where D is D = handles.diff; and...
View ArticleRe: elements in array
"someone" wrote in message <kuap4m$fn2$1@newscl01ah.mathworks.com>...> "Puneet" wrote in message <kuad2b$fqa$1@newscl01ah.mathworks.com>...> > is there any way to extract elements...
View ArticleRe: Extrapolating exp data to zero
"Kelley" wrote in message <kuc8bs$f7f$1@newscl01ah.mathworks.com>...> I have experimental data of reaction rates and their corresponding times, the only issue I'm having is my data begins at...
View ArticleRe: xlswrite does not write anything
"Barry Williams" <barry.r.williamsnospam@saic.com> wrote in message <kuai3m$qf5$1@newscl01ah.mathworks.com>...> "Nick" wrote in message...
View ArticleUsing a cell array in functions
Hello, After reading in a .txt file a cell array is created with "date" and "time" as a string and a third column with values. When I try to use this cell array as input for a function an error occurs....
View ArticleYTickLabel for barh
Hi there! I am trying to plot an histogram with 'barh' with my own Labels for my y-axis. At the moment I do something like this: barh(myHistogramVector); set(gca, 'YTickLabel', arrayfun(@(bin)...
View ArticleRe: Extrapolating exp data to zero
"Kelley" wrote in message <kuc8bs$f7f$1@newscl01ah.mathworks.com>...> I have experimental data of reaction rates and their corresponding times, the only issue I'm having is my data begins at...
View ArticleRe: Very weird: Conversion to double from struct is not possible.
hello, this is my code wich i wrote using simulink : RR=1.5; RS=1.2; % according to the table on page 17 for a class %myu0=4*pi*10^(-7); LR=2;%(myu0*pi*l1*l2*Nr^2/8*g); LS=1;%(myu0*pi*l1*l2*Ns^2/8*g);...
View ArticleRe: Very weird: Conversion to double from struct is not possible.
On Tuesday, August 13, 2013 1:43:18 PM UTC+3, alex.ma...@gmail.com wrote:> hello, this is my code wich i wrote using simulink :> > > > RR=1.5;> > RS=1.2; % according to the table...
View ArticleRe: Fixed point number truncation ... Help !!!!!
Hi, I have tried the following. a = fi(6.375,1,8,4,'Roundmode','floor');>> b = fi(0,1,6,3,'Roundmode','floor');>> b(1) = a b = 3.8750 DataTypeMode: Fixed-point: binary point...
View ArticleRe: SymHydraulics: temperature effects
As an update to this thread (from 2011), 1-D and 2-D interpolation are possible within Simscape language starting with release R2012a. An example of how to use this capability for thermal fluid systems...
View ArticleRe: Invalid MEX-file...cannot open shared object file
Hi, i have the same problem! How did you resolve it??? First he claims, that all librarys can be found and then he says invalid mex file. I am on Matlab R2013a and Ubuntu 12.04 LTS Server Edition
View ArticleRe: Fixed point number truncation ... Help !!!!!
The range of b is -4 to 3.875. It overflowed and saturated when you assigned a value of 6.375 into it. Best wishes, Tom Bryan "Dinesh" wrote in message...
View ArticleRead 16 bit images in MATLAB
Hi, I am facing problem in reading 16 bit images (bmp\jpg) in MATLAB. Please help. Regards, Swati
View ArticleRe: Problem with Genetic Algorithm
"Fakher MTIBAA" wrote in message <hs4mpd$8bg$1@fred.mathworks.com>...> I solved my problem using NSGA-II algorithm ,adding modificatins to satisfy my contraints. > > > Fakher. Dear...
View ArticleRe: Problem with Genetic Algorithm
"Fakher MTIBAA" wrote in message <hs4mpd$8bg$1@fred.mathworks.com>...> I solved my problem using NSGA-II algorithm ,adding modificatins to satisfy my contraints. > > > Fakher. Dear...
View Article