Pregunta


Color a trisurf with general color?
Hello, I am using Facecolor: trisurf(ksurf,x,y,z,'Facecolor','red','FaceAlpha',.1,'EdgeColor','none') to color a surf...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to read a file like a table
Hello, I'm looking to read double precision data from a file, in however many columns it is, and to the end of file. The resu...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matlab locks avi movie.
I am just executing the following example to create a avi movie. After it's done, I cannot rename the file because Windows claim...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Save a movie smaller than avi
Hi, I was wondering if there's a snippet of code that can save movies smaller than the typical avi? My system cannot find any...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fzero runs out of iterations
Hi, Depending on where I start fzero searching, it either will, or will not find the zero that I know is there. If I start it...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Case instead of if-then?
Hi, I have: solveload=[0 0 0 'x' 'y' 'z']; And need to determine only the position of the x, the y, and the z, when t...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Speed up rotation on figures?
I don't think there's a real solution here, but thought I'd asl: I have some surfaces, 3D, defined by several 100 points. I j...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


[x,y,z] = sphere, except uniform or random distributed points
Hi, I like the [x,y,z] = sphere; function, except would like the points returned to be more of a random or uniform sampling o...

alrededor de 8 años hace | 4 respuestas | 0

4

respuestas

Pregunta


fzero or solve a file full of relations
Hi all- I was playing around with fzero here: http://www.mathworks.com/help/matlab/ref/fzero.html#description Trying to ge...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


3d plot scattered data of closed surface
Hi experts- I have scattered 3D data of what will always be a closed surface. It may not always contain 0,0,0. I was looking ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reading exact line numbers from a file?
Hi, I'm using C260=textscan(fid2, '%s', 1, 'delimiter', '\n', 'headerlines', 466-1); ...to read a specific line numbe...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to read string/numeric line from file, and parse out one number?
I can grab a specific line from a file, and store it. But however it's stored, I don't know how to pull out the 6th "value", and...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
Transparency of patches doesn't work right...
Seems switching to the method below solved it: h=patch(x(:,i),y(:,i),z(:,i),[.5 .5 .5], 'facealpha',0.3);

alrededor de 8 años hace | 1

Pregunta


How to redraw 3D figure having controls without disturbing controls?
Hi folks, I have a 3D figure on which I placed some popup menus. The plot is a function of whatever the user pulls down from ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Transparency of patches doesn't work right...
Hello, I have cobbled up a method to plot rectangles and scatter points in 3D space. I need to set the transparency of indivi...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to read arrays from files?
Hi. I inherited some code that I want to compile into an executable. It has a run() statement that brings in some data, and the ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Move a scatter3 3D point around using a GUI slider?
Hello, I placed a 3D point near a surface using scatter3 (in Matlab2012a), and would like to add a slider that can move that ...

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Mat file corrupt? I'm not so sure...
Hi, I have a random issue where the following line in my code: data = load(job_output_filenames{job_index}); ends up...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Respondida
Why is my array so big?
To close this issue, here's what I've implemented. I decided to use the "more expensive" cell array, since I have strings mix...

más de 9 años hace | 0

| aceptada

Pregunta


Why is my array so big?
Hello, I am trying to make a 1 dimensional vertical array of about 5500 strings. Even better, maybe convert the whole thing t...

más de 9 años hace | 1 respuesta | 0

1

respuesta