Kai
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
27.370
of 295.467
REPUTATION
1
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
print figure with fixed border
How can I create and print figures with a fixed, predefined border? The context is to create a series of pictures to be used in...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Creating array by picking certain elements from another array
Let's say I am given two arrays A and B of size 100x100x5. The entries of A are either NaN or integers from 1 to 10, such that t...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Call subfunction many times: Nested or local
I have a question regarding performance. Consider the following code: test1 = 0; for k = 1:100000 test1 = testfun(t...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Repeat and shift array elementwise
Hey, I have some problem about dealing with arrays. I think it is best explained with some example, so let's say I'm given the v...
etwa 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Find inner points among a set of points on a regular grid
I am dealing with the following problem: *Given a two-dimensional regular grid G = [a*h:h:b*h]x[c*h:h:d*h] and a subset S of ...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Convert gridded data to coordinate matrix
Hello, I was wondering if there is some Matlab command to convert gridded data to a coordinate matrix. For instance, I have ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Strange results for evaluating quadratic function on a linspace
Could it be that linspace is not working quite exactly? Consider the following code: X = linspace(-1.2,1.2,25); F =@(...
mehr als 6 Jahre vor | 2 Antworten | 0