提问


Help with scatteredInterpolant: masking and meshgrid alternatives
Hello, thanks for reading this, I am asking about ways to view a 3D point cloud as surfaces. This is a follow up to an earlie...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Help with speeding up scatteredInterpolant, parallel processing toolbox applicable?
Hello, thanks for reading this, I want to possibly speed up a process, but everything I've read about parfor, for instance, m...

9 years 前 | 0 个回答 | 0

0

个回答

提问


GUIDE question regarding axes
Hello, thanks for looking at this, I'm having trouble keeping track of the current axes in my GUIDE application. What I have ...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
Ginput without the crosshairs?
Nevermind, this one was ridiculously easy once I read properly through the documentation. The command I found that worked was...

9 years 前 | 0

| 已接受

提问


Ginput without the crosshairs?
Hello, I was wondering if it was possible to get the coordinates inside an axes plot using something like ginput, but without th...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Quesion applying cdata to patch
Hello, thanks for reading this, What I want to do is visualize a reconstructed surface mesh I have using the patch function. ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


GUIDE: gcf windowscrollWheelFcn and gca ButtonDownFcn interaction
Hello, thanks for reading this, I have a problem at the moment with a interaction of axes ButtonDownFcn and the gcf's windows...

9 years 前 | 1 个回答 | 0

1

个回答

提问


GUIDE: set one axes to non-programmable?
Hello, thanks for reading this, I have a GUI with many axes, and most of them have callbacks (scrollfxn is a big one at the m...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Question about setting custom WindowScrollWheelFcn callback
Hello, so I have a custom WindowScrollWheelFcn callback I want to use, since I don't want the same callback for every axes handl...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
getframe not updating when outputting video/images
Use drawnow after camorbit and it works.

10 years 前 | 0

| 已接受

提问


getframe not updating when outputting video/images
Hello, thanks for reading this, I have a image that I'm outputting to a gif/avi video, and neither one seems to work. When...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Setting handle within multiple axes with GUIDE?
Hello, thanks for reading this, I want to use multiple axes within a GUIDE gui I created, how can I handle the handle of mult...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Plot on top of semilogy plot
Hello, thanks for reading this, I want to make a plot on top of a semilogy plot. What I mean by this is the following: I h...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Customize Wheel Scroll fxn to work within axes in figure?
One last question, if I wanted to customize the callback of windowscrollWheelFcn to something other than plot(rand(10)), can I u...

10 years 前 | 0

已回答
Customize Wheel Scroll fxn to work within axes in figure?
Thanks! This is perfect. The lines set(h,'windowscrollWheelFcn', 'plot(rand(10))'); set(h,'Windowbuttonupfcn', '...

10 years 前 | 0

提问


Customize Wheel Scroll fxn to work within axes in figure?
Hello, thanks for reading this, I was wondering, is it possible to create a WindowScrollWheelFcn event exclusive to a axes wi...

10 years 前 | 3 个回答 | 0

3

个回答

提问


Use DICOMINFO to find number of images in sequence?
Hello, thanks for reading this, I can read single files of a sequence using dicominfo([pathname filename]), but the info that...

10 years 前 | 0 个回答 | 1

0

个回答

提问


Question about 3D point intersection
Hello, thank you for reading this, I'm having trouble performing a centroid rotation of a 3D geometry. My data consists of 3D...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Best way to handle work log listbox output in GUI?
Hello, thanks for reading this, What I want to do is set up a listbox that outputs a work log of what I do in the GUI. What I...

10 years 前 | 1 个回答 | 0

1

个回答

提问


What is the easiest way to find a cyl <-> cyl intersection?
Hello, thanks for looking at this, I've been working on this problem for awhile, basically I want to find the fastest and mos...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Question about multithreading a function
Hello, I have a question about a function that by itself, creates a lot of overhead. The function in question generates a poi...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Question about plotting a long series of lines
Hello, thanks for reading this, I want to plot a series of lines, which can range from 10 or so lines to thousands. The to...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Question about reading a file with mixed data in lines
Thanks for reading this, I think this is a simple question to answer, but for some reason I can't get this to work. What I am...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Question about curvature and Binary Trees
Hello, I was wondering if it were possible to add curvature to some existing code of mine. What I have is a system of binary tre...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Getting DICOM viewer to view DICOM images in order of sequence ID
Hello, thanks for reading this, I have a problem with getting DICOM images to be viewed in order. By this I mean view the ima...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Question about vectorizing a search function
I have a Nx2 matrix, and I want to check for the existence of elements in the second column in my first column. What I have s...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Question about visualizing surface meshes, questions about MuPAD integration
Hello, I want to visualize a mesh shell (not necessarily a STL file, but any mesh triangle surface) file better than I am curren...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
Question about translating hexadecimal character cell
I bypassed this problem by using a different command to read the text file. using the code: vVolumeFaceMx(:,volumeCo...

11 years 前 | 0

| 已接受

提问


Question about translating hexadecimal character cell
Hello, thanks for reading this, I have a n*5 cell of character elements that represent hexadecimal numbers. I want to take th...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Question about optimizing reading data from text file
Hello, thanks for reading this, I currently have a reader that reads in mesh files, and it works, but depending on the size o...

11 years 前 | 1 个回答 | 0

1

个回答

加载更多