질문


Best way to share code within laboratory
I work in an academic research laboratory. Many of the PIs and RAs within the lab write a fair amount of Matlab code. I am tryin...

대략 12년 전 | 답변 수: 4 | 2

4

답변

질문


Fit model with 3 independent variables and many parameters to data?
Is it possible to use the fit() function to fit a model with 3 independent variables and many parameters (coefficients)? Reading...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Why does reversing an axis direction change shading properties?
I am working on an interactive GUI. Part of the GUI contains an axis which is used render 3D objects. I need to use a left-hande...

대략 12년 전 | 답변 수: 2 | 1

2

답변

질문


Image Mask to NURBS
I've got a 3D mask corresponding to an object in a volumetric image (e.g., a stack of CT slices). I would like to take this mask...

대략 12년 전 | 답변 수: 0 | 0

0

답변

질문


Non-linear piecewise fit using fittype() and fit().
Hello, I'm trying to fit some data to a rather complicated non-linear model: y=(1-(x/R)^2)^n where x is the independent va...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Correctly wrap data for spherical interpolation.
Say I've got n scattered data points defined in spherical coordinates, n=36; az=random('unif',0,2*pi,n,1); ele=random...

대략 12년 전 | 답변 수: 1 | 2

1

답변

답변 있음
Repeat element of a vector n times without loop.
Thanks guys, these all work perfectly!

대략 12년 전 | 0

질문


Repeat element of a vector n times without loop.
Say I have a column vector x=[a;b;c]. I want to repeat each element n times to make a long length(x)*n vector. For example, for ...

대략 12년 전 | 답변 수: 7 | 1

7

답변

질문


improfile() through 3D image?
Hello, I have a 3D image set (i.e., a stack of CT images), I would like to get a line profile through this 3D image set simil...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Setting LineWidth when exporting a figure using 'print'
I am trying to export a figure using the print command. The figure has several line plots on it. I have set the LineWidth proper...

12년 초과 전 | 답변 수: 0 | 5

0

답변