First
|
Prev |
Next
|
Last
Pages: 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997
SimBiology - Hill Kinetics I am using SimBiology 3.1 for pharmacokinetic-pharmacodynamic modeling. I generate the models either within the SimBiology environment or programatically within a MATLAB script. My current model works well when the drug concentration vs. response relationship uses a standard Henri-Michaelis-Menten KineticLaw (for a sim... 9 Apr 2010 17:51
Slider not moving, any suggestions? Hi, I writing a GUI that contains couple of sliders. I've set the SliderStep properties, and it works fine when clicking the arrows on sides of the slider, but when I click on the trough - nothing. The slider is not moving. Does anyone has any idea why this is happening? Thank You Rachel ... 8 Apr 2010 02:53
Extracting a matrix from disorganised data file Hi everyone, I have a bunch of data files produced by a script that acquires data in an experiment. A sample data file is located here: http://www.2shared.com/file/12478975/d6307cec/data.html ; the files weren't originally created as CSV files, I just renamed this sample as data.CSV. I would like to be able to ac... 7 Apr 2010 16:52
data acquisition using PCI 6221 can someone tell me how to configure my ni 6221 daq to send specific digital signals from my pc to the daq which then converts it to analog form..need to send the analog signals to a CRT ... 7 Apr 2010 16:52
easiest way to set path/defaults with windows7 permissions? I recently upgraded to windows 7 and 2009b, and aside from the problems this bug is bringing me (http://www.mathworks.com/support/bugreports/582876), I'm having trouble keeping my path and default path when I open. I File>Set Path, save, and because of permissions I now have to save pathdef.m somewhere. I put it in D... 7 Apr 2010 15:45
overlaying images of different sizes I have two images, one acquired at a resolution of 128*128 pixels, and another sampled at 8*8 with a much lower resolution technique. Both display just fine separately using imagesc, but when I try to plot one, then use "hold on" the 8*8 image just plots in the corner of the 128*128 image. How can I get them to display... 30 Apr 2010 10:35
Sum of a cell http://www.sendspace.com/file/xeorjs Open that in matlab and it will be stored into the workspace I'm suppose to add all the elements in y and give the sum. would it be like sum(y) but i tried that and it doesnt work ? ... 7 Apr 2010 15:45
multiply columns by vector Hello, Say I had the matrix: M= [A B ; C D ] and the vector: V = [a ; b ] What would be the easiest way to get: P=[Aa Ba; Cb Db] I am currently doing: P(:,1)=M(:,1).*V P(:,2)=M(:,2).*V The only way I can think of generalizing this to larger dimensions would be using l... 7 Apr 2010 20:17
Debug commands greyed out Hi everyone, I have a saved script with a breakpoint set, yet all the debug commands (Step In etc) are greyed out in the Debug menu. Can anyone help? Many thanks in advance ... 7 Apr 2010 15:45
Scaling of the spatial variable in function radon Greetings, I am trying to figure out the scaling of the vector r (or rho, xp, affine parameter or spatial variable in the Radon domain) in the function *radon* that would be consistent with the analytical Radon transform of a function we already know, e.g. the Radon transform of the unit circle. What would this sca... 7 Apr 2010 15:45 |