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

ongeveer 11 jaar 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 ...

ongeveer 11 jaar 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...

ongeveer 11 jaar 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 ...

ongeveer 11 jaar 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)...

meer dan 11 jaar 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...

meer dan 11 jaar 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...

meer dan 11 jaar 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...

meer dan 11 jaar 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...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Answered
Translating shape functions into isosurfaces, a new question
Actually, scratch this, I managed to solve it myself. I needed .*, and just one & for the constraints since it was a vector valu...

meer dan 11 jaar ago | 0

| accepted

Question


Translating shape functions into isosurfaces, a new question
Hey, all, thanks for reading this, I am trying to create a set of isosurfaces defined by shape functions (kind of like CAD cu...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Help with plotting shape functions?
Hello, thanks for reading this, I was wondering if you could help me with plotting shape functions. I have shape I want to gr...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Displaying intermediate optimization steps with linprog
Hello, all, thank you for reading this, I was wondering, how can I get MATLAB so solve for the intermediate steps with the li...

meer dan 11 jaar ago | 0 answers | 0

0

answers

Question


Linear Optimization: Mixed Constraint Equation Question
Hello, all, thanks for reading this. I have a question about a simple linear optimization problem. I am running a example I f...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


GUI Uitable: set column data to variable
Hey, all, thanks for reading this, I set up a GUI uitable with some data, and I would like to use that data in another callba...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Question about preserving variables into GUI
Hello, thanks for reading this, I have a question about a GUI I set up. Right now, I have a main.m file that first calls a...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Answered
Question about GUIDE GUI: dynamically populating uitables
Actually, I answered my own question with a bit of googling. I just needed the command: set(handles.uitable1,'Data',l); ...

meer dan 11 jaar ago | 1

| accepted

Question


Question about GUIDE GUI: dynamically populating uitables
Hello, thanks for reading this, I have a questioin about uitables, specifically, how to dynamically populate one with values ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Question about accessing data in GUIDE GUI
So, I recently made a few MATLAB functions through which I can read data, then perform some operations on them (like calculate d...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Creating a surface tessellation from points and radii
Hello, thanks for reading this, Using your help I managed to build my binary tree very well. I managed to write my MATLAB wri...

bijna 12 jaar ago | 0 answers | 0

0

answers

Question


Re-Asking a Question: Creating a Connection Matrix from an indexed point set
Hello, all, I am re-asking a question because of a lot of ambiguity with my original post. Simply put, I want to create a mat...

bijna 12 jaar ago | 2 answers | 0

2

answers

Question


Creating Cylinders in the NURBS toolbox
Hello, thanks for reading this, I have a question about using the NURBS toolbox; namely creating geometrical cylinders and us...

meer dan 12 jaar ago | 0 answers | 0

0

answers

Question


Seeking advice on IGES file formatting
Hello, I asked a question before but I thought I would re-post it. Right now I am trying to export MATLAB geometry into a IGE...

meer dan 12 jaar ago | 0 answers | 0

0

answers

Question


Does anyone have experience with IGES geometry formats?
In some Matlab code I have, I generate airway trees for lung geometry. I want to be able to bring these into Autocad for some fi...

meer dan 12 jaar ago | 0 answers | 0

0

answers

Question


Creating a vector with duplicate points after point 1
Hello, thanks for reading this. I want to create a vector which the first point is 1, and then each point after is a duplicat...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


Matlab Matrix: Eliminating Duplicate Entries
Hello, all, thanks for reading this post. I have a problem with a point coordinate matrix I create. I output the matrix correct...

meer dan 12 jaar ago | 2 answers | 0

2

answers