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

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

presque 10 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

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

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

0

réponse

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

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

1

réponse

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

environ 11 ans il y a | 0

| A accepté

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

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

1

réponse

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

plus de 11 ans il y a | 0

| A accepté

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

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

1

réponse

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

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

1

réponse

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

plus de 11 ans il y a | 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...

plus de 11 ans il y a | 3 réponses | 0

3

réponses

Charger plus