Problems with Strings!
Hello! I'm writing a code for which a user inputs a line of strings, and matlab matches those strings to data in a loaded xls spreadsheet, runs calculations and then spits out the data into a new...
View Articlesystem recommendations
We have a multi-user lab with a couple dozen workstations, we've run Matlab for years. Several workstaions are going to be upgraded. We are looking at dual processor workstations: (2x) Intel E5-2690...
View ArticleRe: Problems with Strings!
On 6/25/2013 2:16 PM, Mary wrote: ...> I'm having two problems: ...> (I'm hoping to allow the user to copy and paste a list of usernames from> a word doc/spreadsheet, and paste them when...
View ArticleRe: very large array
On 6/25/2013 12:26 PM, Lorenzo Quadri wrote:> "James Tursa" wrote in message <kqbdh7$amk$1@newscl01ah.mathworks.com>... ...>> > > I can't do logic discrimination on dataset on...
View ArticleA row vector
Hi How can I create a vector of number from 1:10:100, such that every 10 numbers are the same like this: x=[1 1 1 1 1 1 1 1 1 1 1 10 10 10 10 10 10 10 10 10 10 20 20 20 20 20 20 20 20 20 20 20 ... 100...
View ArticleRe: Why my video is faster after saving it?
I would be really glad if someone takes fraction of their time to answer my question. Regards
View ArticleRe: MCR 2012a Silent model
I ran into a similar issue when I tried to run the installation silently through MDT. The problem was that main setup.exe file only determines if you are running a 64bit or 32bit system and then copies...
View ArticleRe: Problems with Strings!
dpb <none@non.net> wrote in message <kqcte3$jk7$1@speranza.aioe.org>...> On 6/25/2013 2:16 PM, Mary wrote:> ...> > I'm having two problems:> ...> > > (I'm hoping to...
View ArticleRe: Problems with Strings!
On 6/25/2013 4:09 PM, Mary wrote:> dpb <none@non.net> wrote in message <kqcte3$jk7$1@speranza.aioe.org>... ...>> I've never used xlswrite() so no help there, really,...
View ArticleRe: Unable to change appearance of plots in R2012b Linux
Hello, Turns out this "fix" doesn't totally solve the problem. The fonts are very low resolution, this is only visible when zooming in but is a real issue for publication-type plots. See...
View ArticleRe: Confidence interval calculation (for multcompare)
On Wednesday, June 26, 2013 5:52:12 AM UTC+12, Chen Xing wrote:> if confidence intervals for two observed data points fail to overlap during a particular pairwise comparison, then one concludes that...
View ArticleRe: Problems with Strings!
On 6/25/2013 4:09 PM, Mary wrote: ... colHeader = {'Number Full Completion', ...              'Number Partial Completion Less than Five', ...              'Number Partial Completion Less than Ten', ......
View ArticleWarning: Explicit integral could not be found.
Hi I'm trying to solve this integration but it gives me this error: Warning: Explicit integral could not be found.  syms a b Q = (1/(2*pi*lams)) * exp( - (a^2 + b^2)/(2*lams)); q =...
View ArticleRe: system recommendations
"its-admins " <its-admins@beckman.illinois.edu> wrote in message <kqcs04$a59$1@newscl01ah.mathworks.com>...> We have a multi-user lab with a couple dozen workstations, we've run Matlab...
View ArticleRe: loop for find
dpb <none@non.net> wrote in message <kqhqsp$p96$2@speranza.aioe.org>...> On 6/27/2013 11:44 AM, fmri wrote:> > dpb <none@non.net> wrote in message...
View ArticleQuiver: shows up with dots when I 'Copy Figure'
I trying to make presentation-quality figures of a velocity using 'quiver.' The vectors look great on the MatLAB figure, however, getting them to appear with the same clarity for a .pptx or .docx has...
View ArticleRe: Wrong calculation of eigenvalues
"Antigoni " <projects_in_web@yahoo.gr> wrote in message news:kqhptn$r30$1@newscl01ah.mathworks.com...> Hello all!>> I'm trying to solve the generalized eigenvalue problem (A-?B)*V=0 and...
View ArticleRe: Using ellipses as markers in MATLAB
If you have Mapping Toolbox, you could consider the ellipse1 function:http://www.mathworks.com/help/map/ref/ellipse1.html
View ArticleLibsvm compiler
Hi everyone, So I am attempting to install and use libsvm in a script that I've created for analysis, but for some reason the compiler (that I know is installed) doesn't seem to be working effectively....
View ArticleRe: print and memory
Hello Young, It is happening to me quite the same thing, when making various prints. Did you happen to solve this problem? Many thanks
View Article