First
|
Prev |
Next
|
Last
Pages: 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103
matrix inequations and optimization how can i perform optimization using matrix inequations where the expression in the inequation involves lots of variables and operations on those variables....??For example: Consider a matrix M= [A*3 B*4 C*(2+ i )] [D*(6+i) E*5 F*(6) ] ... 23 Mar 2010 11:17
2d images from 3d volume Can someone explain me how to get 2d image like images out of 3d volume. XY plane image YZ plane ZX plane image Thanks ... 23 Mar 2010 12:27
control of an external program in MATLAB Hallo everybody, is it possible to control an external program from MATLAB? For example I want to be able to say in MATLAB (psedocode): - open programX - open documentY.yyy within programX - convert documentY.yyy to documentY.mat within programX - save documentY.mat in pathZ again within programX (something l... 24 Mar 2010 05:28
Geometric Progression display help needed im calculating a geometric progression and need to know how to display is it ar0+ar1+ar2+...+arn this is the code i have: x=5; syms x for i=1:19 x=x+5*(1/2)^i end but i want the display to show 5+5/2+15/4 and so on, i just need to know how to display it in this kind of format. ... 23 Mar 2010 11:17
Setting axis limits on a compass plot Hello, Does anyone know how I can set axis limits on a compass plot? Usually, using regular plot, you have the 'xlim' and 'ylim' options but there is nothing of that sort in compass plot. Perhaps there is a way to get access to the axis and set their limits? Thank you ... 10 Apr 2010 05:51
3-D data visualization question Hello, I have a bit of a complex data set which I want to visualize. The data are of objects moving in 3-D space and I want to show the intensity of the time an object spent in each voxel. Specifically, my data are the following: Location at each moment in time is represented via its 3-d coordinates (x,y, and z vec... 23 Mar 2010 10:06
2 problems with subplot: empty space between graphs and grabbing entire figure Hello, I was having this problem for some months. My specifics is that I have a development and a deployment machine. It was all good on the first, but on the second, it always came the 'UIW_SetUpGLPrinting' problem. The other rendereres (zbuffer and painters, as opposite to OpenGL) may not misbehave, but they... 23 Mar 2010 08:57
Problems in UIW_SetUpGLPrinting Hello, I was having this problem for some months. My specifics is that I have a development and a deployment machine. It was all good on the first, but on the second, it always came the 'UIW_SetUpGLPrinting' problem. The other rendereres (zbuffer and painters, as opposite to OpenGL) may not misbehave, but they... 23 Mar 2010 08:57
Issue when comparing precision between nested loop code and vectorized code Hi all, Is anyone in the forum aware of any issues concerning the loss of precision when computing a matrix with a loop, as opposed to computing it with vectorized code? I vectorized a nested loop in my original code (Code 1 below) to make things run faster, but when I do the vectorization, it turns out that some... 23 Mar 2010 08:57
cannot print figures Hello, I was having this problem for some months. My specifics is that I have a development and a deployment machine. It was all good on the first, but on the second, it always came the 'UIW_SetUpGLPrinting' problem. The other rendereres (zbuffer and painters, as opposite to OpenGL) may not misbehave, but they... 23 Mar 2010 08:57 |