Creating a time series plot for multiple days?
So normally, I would do something like this: yValue = [1 2 3 4 5]; time = [8.5 10 10.20 13.4 15.2]; (8.5 = 8:30:00) plot(time, yValue); However, this restricts me to only one full day between 0:00:00...
View Articlefprintf 13 data points in 5 rows without zeros
I first change my data set from a matrix to vector using the reshape A = reshape(OriginalA, numel(A),1) B = reshape(OriginalB, numel(A),1) then found the intersection C=sextor(A,B); (13 by 1 vector)...
View ArticleRe: Save matrix in a loop
"shazwani kamarudin" wrote in message <ks0aje$o7e$1@newscl01ah.mathworks.com>...> hello~> > this is my code to segment all images in testing folder..the problem is,i want to save each...
View ArticleRe: Creating a time series plot for multiple days?
"Benson" wrote in message <ks109j$gb0$1@newscl01ah.mathworks.com>...> So normally, I would do something like this:> yValue = [1 2 3 4 5];> time = [8.5 10 10.20 13.4 15.2]; (8.5 =...
View ArticleGUI: delete and create handles graphic
Hello, I'm building a complete GUI and I have a problem with the handles. I provide in the following lines a simplified example. I have a popup menu where I can choose between to functions. The first...
View ArticleRe: Using the ODE solver in a FOR loop
Actually, i am trying to solve 4 coupled partial differential equations by the method of lines. I have discretized the space derivative, leaving me with 4 ODEs to solve. However, i am having problems...
View ArticleRe: Help with ODE Problem
"Jan Simon" wrote in message <ks0q2f$rla$1@newscl01ah.mathworks.com>...> Dear Lauara,> > Follow the standard approach directly:> > > Mx’’+Cx’+Kx=P(t) > > x'' = inv(M) *...
View ArticleRe: vpa problem
"naser " <naser.sepehry@gmail.com> wrote in message news:krs566$kqg$1@newscl01ah.mathworks.com...> I insert a digit with vpa but it change my digit.> would you please hell me?>>...
View ArticleRe: GPR radargaram plot
"Azie " <azizuddin@yahoo.com> wrote in message news:krpbub$9fp$1@newscl01ah.mathworks.com...> Hi Kim,> I am using GPRmax2D package which outputs a binary file. There is a MATLAB > m...
View ArticleRe: Shared library loading
"Ian " <leithchief@gmail.com> wrote in message news:krpa7u$51f$1@newscl01ah.mathworks.com...> Hello,>> When I try to open the file browser in certain circumstances, particularly > in...
View ArticleRe: File contains unexpected record length. Try saving as Excel 98.
"Ryan " <simmonsr@lafayette.edu> wrote in message news:krp8n6$104$1@newscl01ah.mathworks.com...>> You asserted that no change has been made to MATLAB, your MATLAB program >> files,...
View ArticleCurve fitting - retrieve original values after centering and scaling
Hi, I have a problem with the curve fitting toolbox. I want to fit a curve through measured dispersion points of a fiber to get the higher orders of dispersion. The dispersion is generalliy defined as:...
View ArticleRe: What is in imhmin?
Steve Eddins <news4@eddins.net> wrote in message <u8ytqu2oo.fsf@eddins.net>...> "Tiago Silva" <t.silva@uea.ac.uk> writes:> > > Hi> > > > > > "IMHMIN(I,H)...
View ArticleRe: GPR radargaram plot
You should look at the documentation that came with GPRMax. I believe they even provide a .m file that will plot the geometry for you. It looks like you're missing the actual matrix that displays the...
View ArticleRe: fprintf 13 data points in 5 rows without zeros
On 7/15/2013 9:36 AM, Mark wrote:> I first change my data set from a matrix to vector using the reshape> A = reshape(OriginalA, numel(A),1)> B = reshape(OriginalB, numel(A),1)>> then...
View ArticleRe: XPC Target Boot configuration
Salim, It sounds like the onboard Ethernet adapter is in the I8245x group. Have you tried plugging the cable into the builtin port? If you're still having trouble, then you should contact MathWorks...
View ArticleRe: fprintf for Matrix
On 7/14/2013 5:18 PM, Osias Guevara wrote:> "Elefante" <elefante@tiscalinet.it> wrote in message> <49548a0b$0$1117$4fafbaef@reader3.news.tin.it>...>>>>...
View ArticleRe: Speed up fairly short code
I have copied the code below after all, this should be easier for everyone. I have tried to speed it up myself using parfor, with some improvement, but not nearly enough. %Warning: this script will...
View ArticleRe: print and saveas segmentation fault with -nodisplay
"Jan Neggers" <janneggers@hotmail.youknow> wrote in message news:ks308j$id7$1@newscl01ah.mathworks.com...> This seems to be quite an old but persistent problem,>> Problem...
View ArticleRe: MATLAB R2011a code for LineSearch
"Muhammad " <mahmadriaz@gmail.com> wrote in message news:ks2bvr$6p7$1@newscl01ah.mathworks.com...> I need to see the code of matlab built in function named lineSearch. I > know for sure it...
View Article