Statistik
All
RANG
3.008
of 300.813
REPUTATION
20
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
4
RANG
14.180 of 21.088
REPUTATION
18
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
6 Dateien
DOWNLOADS
5
ALL TIME DOWNLOADS
182
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to genneral a repeat array
I have a array a = [1, 2 , 3 ,4], I want to repeat every element 3 times. The result is [1,1,1,2,2,2,3,3,3,4,4,4]
etwa 9 Jahre vor | 3 Antworten | 0
3
AntwortenBeantwortet
How to change the linewidth of a curve in a graph by using code?
use *linewidth* x=linspace(0,2*pi); y=sin(x); plot(x, y, 'linewidth',2)
How to change the linewidth of a curve in a graph by using code?
use *linewidth* x=linspace(0,2*pi); y=sin(x); plot(x, y, 'linewidth',2)
mehr als 9 Jahre vor | 1
| akzeptiert
Beantwortet
Sorting element pairs by differences?
the following is my code values = [1,2,1.5,1.9]; ss = nchoosek(values, 2); [~, idx] = sort(abs(diff(ss'))); res = ss(...
Sorting element pairs by differences?
the following is my code values = [1,2,1.5,1.9]; ss = nchoosek(values, 2); [~, idx] = sort(abs(diff(ss'))); res = ss(...
mehr als 9 Jahre vor | 3
| akzeptiert
Beantwortet
Data from multiple cells into one cell
I think you can use *end + 1* ex: a = {} while true a{end + 1} = rand(randi(5)) end
Data from multiple cells into one cell
I think you can use *end + 1* ex: a = {} while true a{end + 1} = rand(randi(5)) end
mehr als 9 Jahre vor | 0
Beantwortet
How to determine if a segment lies on a polygon?
you can use *inpolygon* function to check if a point in a polygon.
How to determine if a segment lies on a polygon?
you can use *inpolygon* function to check if a point in a polygon.
mehr als 9 Jahre vor | 0








