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

10 years ago | 0

| accepted

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

10 years ago | 2 answers | 0

2

answers

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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 1 answer | 0

1

answer

Answered
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 ago | 0

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

10 years ago | 3 answers | 0

3

answers

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

10 years ago | 0 answers | 1

0

answers

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

10 years ago | 2 answers | 0

2

answers

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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0 answers | 0

0

answers

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0 answers | 0

0

answers

Answered
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 ago | 0

| accepted

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

Question


Question with gradient colors using plot3: connecting lines
Hello, I was wondering if I can associate a colormap with a binary tree I create using plot3 to connect lines. In my program,...

11 years ago | 0 answers | 0

0

answers

Question


Question about reading in text files: alternatives
Hello, thanks for reading this. I wrote a reader for importing ANSYS mesh files, but in my opinion its a bit inelegant. What ...

11 years ago | 1 answer | 0

1

answer

Answered
Question about executing commands while true
Actually, I solved this. For those who are concerned: I switched my code in for he while loop with: while ~isempty(fin...

11 years ago | 0

| accepted

Question


Question about executing commands while true
Hello, all, I have a simple question about executing a command while a statement is true. I will try to keep my explanations as ...

11 years ago | 1 answer | 0

1

answer

Answered
Question about ismember replacements
Actually, I managed to solve this myself: bif_index = find(bifPt(1)==randomgen_ptmx(:,1) & ... bifPt(2)==randomgen_ptmx(:,2)...

11 years ago | 0

| accepted

Question


Question about ismember replacements
Hello, thanks for reading this, I have a question about a very timely procedure in a MATLAB script I have. Something I have t...

11 years ago | 1 answer | 0

1

answer

Question


Question about ordering and sorting matrices
Hello, thanks for looking at this, I have a peculiar matrix that I would like to order and sort. The matrix itself is importe...

11 years ago | 1 answer | 0

1

answer

Answered
Force fmincon to output interger values?
That was what I was worrying about. So, I can round the answers I get, but I cannot put integers into the minimization and ou...

11 years ago | 0

Question


Force fmincon to output interger values?
Hello, thanks for reading this, I am doing a minimization optimization homework problem using fmincon, and I was wondering ho...

11 years ago | 3 answers | 0

3

answers

Load more