First  |  Prev |  Next  |  Last
Pages: 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
Writing from MatLab to Excel
Hi Peter Boettcher Can you please explain what are the notations inside the sprintf statement sprintf('%c', 'A' + i - 1) Even I have the same problem. It seems to work for one row how do i update for rest of the values. If I understand then I can try it out. Cheers vinz ... 29 Jun 2010 18:30
Solving Ordinary Differential Equation with bvp4c Gives Error
I am trying to solve the first-order ordinary differential equation dy/dx = -sqrt(2*M^2*(sqrt(1-2*y/M^2) - 1) + exp(y) - 1 with boundary conditions y(0) = -2.84 + ln(M) y(inf) = 0 y'(inf) = 0 When I use bvp4c to solve this, I get the error "Unable to solve the collocation equations -- a singular Jacobi... 29 Jun 2010 17:23
C++ Tip : Binding a Reference to an Rvalue
http://learnbyexamples.org Rvalues and lvalues are a fundamental concept of C++ programming. In essence, an rvalue is an expression that cannot appear on the left-hand side of an assignment expression. By contrast, an lvalue refers to an object (in its wider sense), or a chunk of memory, to which you can write a val... 29 Jun 2010 19:36
read data skipping column
Dear all, I need your help to read a unfriendly formatted ascii file which contains some data I have to analyze. The file looks like the following (delimiter is a number of blank spaces not tab): header 1 header 2 .... header N 10:39 data11 data12 data13 data14 data11 data12... 30 Jun 2010 09:45
Time series problem
I am relatively new to MATLAB, and just can't figure this one out although it is probably easy. I have a data set in which the date is of the form yyyymmdd, and use the following to convert it into a MATLAB date: date = datestr(datenum(sprintf('%d',day),'yyyymmdd'),'mm-dd-yyyy'); This only returns a date for the fir... 29 Jun 2010 17:23
Creating user entry form GUI
I am trying to create a GUI that will take 2 or 3 inputs which will be strings. These inputs need to be inserted into a text file (which will be executed using linux). How do I write the code to update the text file with these new inputs? Thanks ... 30 Jun 2010 14:14
Frequency/Wavenumber
I am working with seismic data and I need to do a frequency/wavenumber calculation. I have written the code but the code runs for a long time and I have a large data set to sort through. I was told that I can compile my m-script and create an .exe file. I have done this, but every time I try to run the file, it says... 29 Jun 2010 16:17
giving name to numbered excel sheet
I'm writing data to an excel sheet with "xlswrite" I am running simulations for different modes of operation for a vehicle, and want to write the data for each mode to a seperate sheet in the excel file. However, I also want to give each sheet a name. for example, If im doing a simulation for mode 3, I want to ... 30 Jun 2010 17:35
Angstrom symbol in Matlab graphics postscript export
"bluesaturn[at]kellnerweg.de" <bluesaturn(a)kellnerweg.de> wrote in message <1530937725.7344.1250675169357.JavaMail.root(a)gallium.mathforum.org>... Hello everybody. I have still the same problem like Xiangyun. Is there really since that time not found a workaround? The Angstrom sign is destroyed during the expor... 29 Jun 2010 16:17
USB loadcell
I have begun playing with a minni USB loadcell (Futek Inc) and the software that came with it is less than desirable (tare, peak, current reading). I'm sure there is a way to read the data into MATLAB so I can store trials and play with them at a later date. Has anyone done this before, any tips, sample codes or even... 29 Jun 2010 15:10
First  |  Prev |  Next  |  Last
Pages: 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379