First
|
Prev |
Next
|
Last
Pages: 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
Custom axis Hi, Is it possible in MATLAB to specify the values on the x- and y-axis? In my case I have a time series with one value per month. When i make a simple plot the x-axis shows digits 0,1,...,nbrofmonths . Is there away to make the plotfunction write Jan, Feb,...,Endmonth instead? Sincerely, Adrian ... 11 Jun 2010 12:33
Quasi Monte Carlo Methods Hi, I think this could be useful, is an example that I've found, commented and extended. % http://www.mathworks.com/matlabcentral/newsreader/view_thread/282415 % Date: 17 May, 2010 21:29:06 % Hi all, % does any one have an example how to use Matlab capability to generate % random normal variables using Sobol se... 11 Jun 2010 10:19
Using Builder JA on 64-bit and running with 32-bit MCR Hi, We have MATLAB Builder JA building Jar files on 64-bit linux. Can we run these jar files with a 32-bit linux MCR (same Matlab version) or will we need to rebuild this jar file on a 32-bit linux platform first ? Thanks, Eric ... 11 Jun 2010 09:12
Dicom image compression using spiht algorithm I've got to know how the algorithm works and how do i implement it to compress A dicom(Medical image). I request all the comments and suggestions or even the way this algorithm works... Thanks and regards well in advance! MaNi ... 11 Jun 2010 09:12
how to plot line between any two pixels? Hi.. imline() works indeed, but it is quite slow if you want to connect a lot of dots together. Is there any code that does the same faster, I use a loop to do the imline statement for each pixel pair and this takes a lot of time (minutes!!).. (I want to use it with ashape, see my earlier threads). Thanks a lot!! ... 13 Jun 2010 19:23
3D-FDTD Dear Members of Mathworks Forum, I am working on FDTD 3D simulation in Matlab. But the performance is slower than fortran. I have three for loops which are updating electrical and magnetic fields with looking material type array. I have to make them in vector form but unfortunately i don't. Is there anybody to help m... 14 Jun 2010 13:59
SQL type of data operators needed in Matlab Hi all, In my project I need to run query on tabulated data. The common things are: 1. The data is of gigantic size (GB) (I put them into trunks, processing one at a time). 2. The data (after sorting) should be indexed and ordered with date/ time stamps (with milli-second precision). 3. There can be multiple... 18 Jun 2010 12:25
Smart cache needed... Hi all, In my project, I have to access gigantic (GB size) data. To handle those in Matlab, I divided them into small chunks. For now I do: for i=1:TotalNumOfTrunks fetch (downloading from Internet) that trunk of data; process this trunk; end; ------------------------------------- ... 11 Jun 2010 12:33
Replacing NaN Values...? "Stephanie " <stephanie.turnbull(a)strath.ac.uk> wrote in message <hut2q8$7pk$1(a)fred.mathworks.com>... Hi there, I have a vector where the first few values at the beginning and end are NaN, and I would like to replace these values with the nearest "real" value. For example; NaN NaN NaN 3 ... 11 Jun 2010 08:07
mclmcrrt75.dll file req hey guys, I have been facing a problem that says mclmcrrt75.dll file req even after installing MCR.. Can anyone guide plz..!! ... 11 Jun 2010 10:19 |