file creation039 (3/5/2004 3:34:00 PM) hello, I want to save matrix in a .txt or .dat file. for example: S=[1;2;2;3;4;4]; D=[3;5:4.5;5;6;7]; but when i read this file in Matrixx then it show also the name of matrix. Now i can read only data withou... shahidafsar77(3)
Exponential Matrix integration225 (3/4/2004 9:10:57 PM) Let B be a nonsingular nxn matrix. I want to integrate the function: f(t) from 0 to T, where f(t)=exp(Bt)*exp(Bt)'. Can somebody help me? Thanks. ... juliocacho(1)
csvwrite function very slow432 (3/5/2004 12:59:21 PM) How can I write a matrix to a .txt file - fixed point format - quickly? I have tried the csvwrite and fprintf commands but both take arround 10mins to write a 7MB file! If I use the save command the data is wri... robh1(1)
Image rotation #2121 (3/5/2004 2:10:29 PM) Hello there, This is the first time i post a message in this list.my problem has to do with rotating a binary image at some degree.i found a function that does that but the images are quiet big (3000X2500) and ... grad0348(1)
fanbeam and ifanbeam for reconstruction031 (3/5/2004 2:31:36 PM) The following code is from help document, ph = phantom(128); d = 100; % this line has been changed; F = fanbeam(ph,d,'FanSensorSpacing',0.5); I = ifanbeam(F,d,'FanSensorSpacing',0.5); imview(ph); imview(I... nmzuo(2)
Matlab/Java ignoring my classpath.txt440 (1/7/2004 5:47:51 PM) Matlab seems to be ignoring my classpath.txt. I've created java classes, and import them just fine when I start matlab in the directory containing the .class files. However, if I put the .class files into a d... spielman(2)
java classplath is playing dumb (intelligently)827 (1/22/2004 4:16:46 AM) I am trying to load a class (a rather large program, actually) called ATADSS (package gov.nasa.arc.sim) from Matlab. I first change (cd) to the directory containing files ATADSS is expecting to read in. When ... gerald7036(7)
ftrans2 Q030 (3/5/2004 12:41:42 PM) In the ftrans2 help page, the filter b is transformed to 2D without any changes of the properties of 1d filter (exept the dimension). But if you run the below case when you use ftrans2 on 129-length hann-filte... kianogo(31)
matlab crashes after using imshow049 (3/5/2004 12:12:47 PM) hi matlabers, all i do is showing every 0.5 seconds an rgb image in an axe of a gui with the command imshow(rgb) from the processing toolbox. then matlab crashes. if i add the command drawnow after the imshow ... knallkopf661(65)