Community Profile

photo

Victor


University of California Davis

Active since 2014

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 1

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


Control oneNote with MATLAB
I am trying to control oneNote 2013 with MATLAB. I've tried: actxserver('onenote.application') which creates an object...

9 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 1 answer | 1

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers