Quantcast
Channel: MATLAB Central Newsreader Recent Posts

Image may be NSFW.
Clik here to view.

get 3D pixels belonging to a cut plan

Hi all, I'm trying to get (coordinates) and count the 3D pixels belonging to a cut plane of a 3D cylindrical form (it's not a real cylinder. It's a brunch of a bifurcation). For this, I'm using the...

View Article


Image may be NSFW.
Clik here to view.

Re: penalty function code

"Ma Dely Esberto" wrote in message <otmpin$c67$1@newscl01ah.mathworks.com>...> I was doing this optimization using interior penalty function code with the objective function>...

View Article


Image may be NSFW.
Clik here to view.

Re: Speed of new graphics engine

"Igor Matlab" <igor.devries@sbmoffshore.com> wrote in message <otpedo$c1a$1@newscl01ah.mathworks.com>...> I went from 2012a to 2017a, and now it takes approximately 1600x longer for a...

View Article

Image may be NSFW.
Clik here to view.

Re: Speed of new graphics engine

Hi Yair, I had tried the things you suggested, but I didn't realize that the following statement in my startup.m file overruled those commands: set(0, 'DefaultFigureRenderer', 'painters') That...

View Article

Image may be NSFW.
Clik here to view.

writing cell with string and numerical matrix to Excel using xlswrite?

I am trying to write a cell (called FORM) that is a 1x5 cell, that contains string and numerical values. Within the FORM cell it looks like: 'Form Name' 1x10 double 1x10 double 1x10 double 1x10 double...

View Article


Image may be NSFW.
Clik here to view.

Confidence Interval

I have just read an article tittled “Bootstrap Methods for Bias Correction and Confidence Interval Estimation for Nonlinear Quantile Regression of Longitudinal Data”. I want to analyze my data with...

View Article

Image may be NSFW.
Clik here to view.

Re: writing cell with string and numerical matrix to Excel using

On 06-Nov-17 9:15 PM, beginner1.mat@hotmail.com wrote:> I am trying to write a cell (called FORM) that is a 1x5 cell, that contains string and numerical values. Within the FORM cell it looks...

View Article

Image may be NSFW.
Clik here to view.

Re: How to do 2-D Karhunen-Loeve(K-L) transform in matlab?

On Sunday, December 13, 2009 at 12:30:06 AM UTC+5:30, chang wrote:> Hi everyone, > do you guys know how to do 2 dimensional K-L transform? I know how to do a 1-D one. But I really have no idea...

View Article


Image may be NSFW.
Clik here to view.

Re: linear regression for circular-linear data

Try Richard Kempter's algorithm for circular-linear correlation. described in Kempter R, Leibold C, Buzsáki G, Diba K, Schmidt R (2012) Quantifying circular-linear associations: hippocampal phase...

View Article


Image may be NSFW.
Clik here to view.

Re: writing cell with string and numerical matrix to Excel using xlswrite?

On Monday, November 6, 2017 at 10:15:54 PM UTC-5, beginn...@hotmail.com wrote:> I am trying to write a cell (called FORM) that is a 1x5 cell, that contains string and numerical values. Within the...

View Article

Image may be NSFW.
Clik here to view.

exponential function in matlab

any idea how to execute complex exponential functions using matlab. my project sucks...

View Article

Image may be NSFW.
Clik here to view.

Re: exponential function in matlab

On 11/8/2017 4:10 AM, Tony Bales wrote:> any idea how to execute complex exponential functions using matlab. my project sucks...> I am not sure that I understand what you mean. MATLAB computes...

View Article

Image may be NSFW.
Clik here to view.

Re: linear regression for circular-linear data

"Honi Sanders" <honi@mit.edu> wrote in message <ott2i0$j7k$1@newscl01ah.mathworks.com>...> Try Richard Kempter's algorithm for circular-linear correlation. > described in Kempter R,...

View Article


Image may be NSFW.
Clik here to view.

rounding times

Any good tricks for rounding a serial date number to the nearest minute? Obviously I could convert to a datevec, look at the seconds part, and do some magic, but I can't believe there's not something...

View Article

Image may be NSFW.
Clik here to view.

Re: rounding times

On 08-Nov-17 2:27 PM, Bruce Bowler wrote:> Any good tricks for rounding a serial date number to the nearest minute?>> Obviously I could convert to a datevec, look at the seconds part, and...

View Article