Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / MATLAB / July 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Read files in loop30 Jul 2008 04:13 GMT2
I have been trying with no success to do this simple task:
In GRADS one just do:
While (n<5)
sdfopen('/Users/Desktop/Matlab_Rita/RITA'(3*n)'_'n'km/wrfout_d02_2005-09-23_12:00:00');
Matlab 7.5 and urlread29 Jul 2008 23:49 GMT1
I have a peculiar problem with a new version of Matlab. I wrote a
small srcipt that goes to Google url and counts the frequency of a
certain word. I used urlread command. When I upgraded my Matlab it
siezed to work, though any other search except for google it readily
fetch yahoo problems for volume data29 Jul 2008 21:59 GMT1
When fetching volume/size data from yahoo double entries
occur.
******************** No 1 ******************************
Try following examples for NASDAQ stocks:
Excel COM server29 Jul 2008 21:54 GMT2
I'm using an Excel COM server with actxserver
('Excel.Application')
I would like to use the Format condition in Excel. Here is
a VBA example of how to do it. Does anyone can tell me how
Matlab Advanced interfacing with EXCEL29 Jul 2008 21:44 GMT1
If you create the excel object in matlab by an activex connection to the excel application you can use excel as in VBA.
So eg. you create the Excel object exl: exl=actxGetRunningServer('Excel.Application')
Than copiing a range is as in Excel:
yourworkbook.Sheets.Item(yoursheetname) ...
Working with Excel as an ActiveX server29 Jul 2008 21:34 GMT2
I am attempting to use Matlab to output data to a
spreadsheet, and to simultaneously format that
spreadsheet.  To this end I have been using the
xlswritespec function, which I downloaded from the file
MATLAB Distributed computing toolbox29 Jul 2008 20:55 GMT3
How to use distributed computing toolbox?
An example of an application that has been solved using distributed computing toolbox of MATLAB
Anonymous Functions29 Jul 2008 20:34 GMT3
I defined a function say
g = @(x,y)quad(@(z)messyfunction(x,y,z),z limits); I can
easily plot g(x,y) using fplot. Is there a way I can find
the analytical form of g? Or is g totally anonymous? Thanks
String matrix29 Jul 2008 20:24 GMT1
I want to create a matrix of string values. An example of
what I need can be seen below:
matrix=
hi     time
New Project29 Jul 2008 19:40 GMT4
I have a new idea i am working on...
Lets say you have several remote modems that post data via
a url. (each modem can be accessed via the internet)
can you have several instances of matlab running... each
Get COM object property class29 Jul 2008 19:29 GMT8
Is there a good way to get the class of a property of a COM object?  For
example:
myApp = actxserver('excel.application');
inspect(myApp);
set properties of modal dialog?29 Jul 2008 19:27 GMT2
I'm using uisetcolor (R2008a), whose figure always appears
in the upper left corner of the screen, and for my
particular application that's a bad location for it. I'd
like to reposition it (and no I don't mean by dragging it),
get directory29 Jul 2008 19:24 GMT1
Is anyone familiar with putting a directory string into a
matlab gui without guide, but just browsing for a folder
and not their specific contents?
Thanks in advance,
execute uicontrol callback by hitting enter?29 Jul 2008 19:03 GMT2
I have a dialog box with a couple "done" buttons that must
be pressed in order. Optionally the user can change options
between hitting them, but in many cases it'll just be one
after the other. After each one is pressed I use
Eliminating NaN from an array29 Jul 2008 18:58 GMT3
Hi. I have a simple 1-d array with several NaN's in it. Is
there an easy or vectorized solution to eliminate the
NaN's? I can do this with a for-loop, but I feel there is
a more elegant way in Matlab.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.