Statistik
15 Fragen
0 Antworten
RANG
11.617
of 297.010
REPUTATION
4
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
4
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Efficient way to sum the components of a matrix
I have an array of unknown dimensions. I want to sum the values of this array. I need to do this many times. My current code is:...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to assign parts of one structure to another efficiently?
I have a structure, 'D', which contains 'name'. I would like to assign certain parts of this struct to another struct in an effi...
mehr als 10 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How do I determine the number of headerlines in a text document?
I need to read in data from a text document. The document starts with an unknown number of headerlines (zero up to 20), and the ...
mehr als 10 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Color mismatch between legend and plots
I am plotting 6 data vectors and a legend. The first 4 components of the legend have the correct color (matches the plotted colo...
fast 11 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to calculate the center of mass of a polyhedron?
Hello, I am trying to calculate the center of a convex polyhedron based on its 'mass'. I originally calculated it by simply ...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
When saving a figure with 'print', not all of the figure is saved
I create a figure of a geometric shape with custom major and minor grid lines, thickened axes lines, and shading. I save using ...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I save an image at a specific resolution?
My MatLab knowledge is terrible. I have made some figures. I want to save them at a very high resolution as a .tiff. How can I d...
etwa 11 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
How do I get MatLab to draw extended axes?
I have a bunch of shapes I am trying to plot in a very specific way. I want them to appear like the attached image, where the x,...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can Matlab give me an analytic solution for transient Heat diffusion?
I want an analytic solution to the transient Heat Diffusion equation in cylindrical coordinates. My equation is dT/dt = d^2T/...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Accuracy of the Modified Bessel Functions
I will be using the modified bessel functions I and K ( besseli and besselk in the matlab code) and I am concerned about the acc...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
contour map and pdf for a 2d dataset
I have a set of data that includes x and y coordinates. The outline of these points create a concave polygon, similar to a figur...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to automate the title of a graph
I need to output several graphs with titles automatically. I want the titles to reflect a series of input data, but I do not kno...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Determining if a point is inside a polygon or along the outer edge
I have a 2D polygon in 3 dimensions. Some of the points are inside of this polygon, and some define the outer edge of it. How ca...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I create an image of a 3d polygon that is always orthogonal to the polygon?
I need to create a series of bitmap images to be analyzed by an external program. Each of these images has a 3d polygon at some ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to rearrange the rows of a matrix so the column values loop
I have a matrix rec = [ 0 0 0 0.4 0.2 0 1.0 0.4 1.0 0.9 ] I want it rearranged so that it appears like s...
mehr als 11 Jahre vor | 2 Antworten | 1