Feeds
提问
collapse 3d data set to 2d data set using indexer for 3rd dimension without loops
I have a 3d data set. I want to collapse the 3rd dimension of this data set. I have a 2d data set which represents the points i ...
11 years 前 | 1 个回答 | 0
1
个回答提问
matrix divide in an array or 2d matrix.
I have a matrix that is 10000x10000x15. I need to divide each element in the first two dimension by a matrix that is 3x15. I co...
11 years 前 | 1 个回答 | 1
1
个回答提问
determine the normal to a plane using PCA
I have measured data that should represent a plane. I use princomp to remove tilt to the data in Z. I am interested in knowing...
11 years 前 | 1 个回答 | 0
1
个回答提问
plot to specific axis for smithchart function
Is there a way to set the axis to plot a smith chart to using the smithchart function? I have a gui with multiple axes in a fig...
11 years 前 | 1 个回答 | 0
1
个回答提问
Control oneNote with MATLAB
I am trying to control oneNote 2013 with MATLAB. I've tried: actxserver('onenote.application') which creates an object...
11 years 前 | 1 个回答 | 0
1
个回答提问
repeat the same function on multiple variables/handles
i have 20 handles that I set to enable on, i.e. set(handle,'enable','on') and the same thing with off. Is there a more effici...
12 years 前 | 1 个回答 | 0
1
个回答提问
save a uipanel to a pdf
I have a figure that has three uipanel: two of them contain buttons and a third one contains a plot with label. Is there a way ...
12 years 前 | 0 个回答 | 0
0
个回答提问
assigning multiple outputs from a vector
If I have a vector of a known length, let's say X = [ 1 2 3 4 ], is there an easy way to assign the elements of the vector to d...
12 years 前 | 1 个回答 | 1
1
个回答提问
optimize the end statement in a for loop
I have a loop that runs millions of times that cannot be arrayed. Using the profiler I've noticed some of the lines that take u...
12 years 前 | 1 个回答 | 0
1
个回答提问
optimize and if statement
I am running code that runs through a loop millions of times. I am trying to make the loop as effect as possible. The loop can...
12 years 前 | 2 个回答 | 0
