Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A répondu
Ginput without the crosshairs?
Nevermind, this one was ridiculously easy once I read properly through the documentation. The command I found that worked was...

plus de 9 ans il y a | 0

| A accepté

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

A répondu
getframe not updating when outputting video/images
Use drawnow after camorbit and it works.

plus de 9 ans il y a | 0

| A accepté

Question


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

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

presque 10 ans il y a | 0

A répondu
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', '...

presque 10 ans il y a | 0

Question


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

presque 10 ans il y a | 3 réponses | 0

3

réponses

Question


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

presque 10 ans il y a | 1 réponse | 1

0

réponse

Question


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

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 11 ans il y a | 1 réponse | 0

0

réponse

A répondu
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...

presque 11 ans il y a | 0

| A accepté

Question


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

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 11 ans il y a | 1 réponse | 0

1

réponse

Charger plus