Re: Equivalent of colon operator to increment a vector
"Alexandru" wrote in message <koo58k$hsd$1@newscl01ah.mathworks.com>...> Hello,> > I know one can do 1:5 to generate the vector with entries 1 2 3 4 5.> Suppose I want to do the same...
View ArticleRe: Equivalent of colon operator to increment a vector
Never mind, I found a work around v*ones(1,5)+ones(5,1)*[0:4] where v is my original vector.
View ArticleRe: Equivalent of colon operator to increment a vector
"Alexandru" wrote in message <koo5t6$jur$1@newscl01ah.mathworks.com>...> "Alexandru" wrote in message <koo58k$hsd$1@newscl01ah.mathworks.com>...> > Hello,> > > > I know...
View ArticleAttempt to reference field of non-structure array.
Hey Steven thanks for replying. i tried b = e1.name as well but i still got the same error. Here is the error: ??? Attempt to reference field of non-structure array. Error in ==>...
View Articlencread inside loop
Hello: How do I read multiple netcdf files with ncread inside? I could list every file name like this: data_files = {'filename.nc', 'filename2.nc'}. How can I avoid this? For netcdf files, is there a...
View ArticleRe: ncread inside loop
On 6/5/2013 4:24 PM, Jonathan W Smith wrote:> Hello:>> How do I read multiple netcdf files with ncread inside?>> I could list every file name like this:>> data_files =...
View ArticleLicense Error
Hi all, I have to do simulations which take a very long time to complete. Therefore, I break them into independent simulations and submit them as parallel jobs to remote computing nodes. The problem...
View Article2d histogram that identifies bins--missing feature?
Summary: When making a 2d histogram, how do I know which points fall into which bin? When making a histogram of one dimensional data, the function histc readily reveals which data points fall into...
View ArticleRe: Structures within For Loops
On 6/5/2013 1:25 PM, dpb wrote:> On 6/5/2013 11:59 AM, Mary wrote:> ...>> I'm working on populating .mat files with structs which are filled with>> data from xls...
View ArticleRe: Equivalent of colon operator to increment a vector
"James Tursa" wrote in message <koo6hp$m33$1@newscl01ah.mathworks.com>...> "Alexandru" wrote in message <koo5t6$jur$1@newscl01ah.mathworks.com>...> > "Alexandru" wrote in message...
View ArticleRe: uEye usb cam with imaq toolbox
Hi, Â I am doing the same thing. It would be great if you can share the adaptor. I have been trying to build my own adaptor, but this is my first time handling hardware with Matlab, so not much luck....
View ArticleRe: uEye usb cam with imaq toolbox
Hi, Â I am doing the same thing. It would be great if you can share the adaptor. I have been trying to build my own adaptor, but this is my first time handling hardware with Matlab, so not much luck....
View ArticleRe: coping with "no indexing of function calls"
"Steven_Lord" <slord@mathworks.com> wrote in message <ko83qf$4fo$1@newscl01ah.mathworks.com>...> > > "kj" <no.email@please.post> wrote in message >...
View ArticleRe: 2d histogram that identifies bins--missing feature?
On 6/5/2013 5:21 PM, Jeff wrote:> Summary: When making a 2d histogram, how do I know which points fall> into which bin?>> When making a histogram of one dimensional data, the function...
View ArticleRe: Counting Lattice Paths
"Josh Meyer" <jmeyer@mathworks.com> wrote in message <koq5q6$8jj$1@newscl01ah.mathworks.com>...> > Notice that the 1-norm of all paths for a given n x n lattice is constant > >...
View ArticleRe: Interpret ordered probit model output (mnrfit)
try this link please : http://www.fileconvoy.com/dfl.php?id=gba774ef75986563399930304018ba014e9d2502c8 it works on my computer. Thank you. dpb <none@non.net> wrote in message...
View ArticleRe: Structures within For Loops
dpb <none@non.net> wrote in message <koqdd3$lm6$1@speranza.aioe.org>...> On 6/6/2013 10:09 AM, Mary wrote:> > Thank you both for the help!> >> > I ended up resolving my...
View Articleminor grid lines in semilogy plot
I used set(gca, 'Yticks', ...) to set tick marks and labels every decade in a semilogy plot, but now I have minor grid lines even though I only commanded the major grid lines with "grid on". How do I...
View ArticleSOAP works on Windows, but not ubuntu...
This m file works on my windows machine, running 2012b, but not on my ubuntu system, also running 2012b. I'm not enough of a soap/java wiz to know why. I'm hoping someone here can point me in the right...
View ArticleRe: minor grid lines in semilogy plot
On Friday, June 7, 2013 8:23:19 AM UTC+12, Richard wrote:> I used set(gca, 'Yticks', ...) to set tick marks and labels every decade in a semilogy plot, but now I have minor grid lines even though I...
View Article