zilai si
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
20.623
of 295.569
REPUTATION
2
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
92.86%
ERHALTENE STIMMEN
2
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
select certain matrix elements
hello,everyone i just want to ask how to select eg the 1-10 and 20-30 rows elements in the first column. like A(1:10 and 20:3...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
classify array elements without so many if statement
hello,everyone Now i have an array A with double element between 0 to 8 ,now i want to sort them with interval length 0.5 ,i.e...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to plot x-axis only
hello, everyone, i wonder how to plot a gragh like this: with x-aixs only and two directions
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why no statistic in workspace
Hello, everyone. I have a strange problem. I write a function function cubic_cardinal_Bspline_interpolation(f, x_l, x_r) and...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
randomly generate point satisfying quations
hello, everyone. I wonder if there is any way to randomly generate 50 points satisfying the following equaiton?
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot symbolic equation
hello, everyone. I wonder how to plot a symbolic equation like this:
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is there such a matrix operator
Hi, everyone. IF Let X = [x1 x2 x3], Y = [y1 y2 y3], is there any operator to get x1y1+x2y2+x3y3?
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
set figure title in a loop
Hello everyone, I want to save figure in a loop like this: for N = 1:10 saveas( gcf, 'TruncatedPowerFunc_N','epsc'); but the ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
set the spacing between sublots
hello, everyone. Here i'm trying to plot a graph like this: For now i have got a graph like this: The problem is how to ...
mehr als 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how to set graph size
hello everyone, I wonder how to change a graph like this: into a graph like this ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
symbol function and nomal function
Hello everyone, we can define a funciton using function [y1,...,yN] = myfun(x1,...,xM) and also define a symbol functioon u...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot such a graph in matlab?
Hello every, I want to plot a graph like this : But it's kind of diiferent with the usual function image using plot(x,y); Ho...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to preallocate a figure handle?
Hello everyone, I wonder how to preallocate the array G whose element is figure handle like this? for i = 1 : 4 G(k) = plot(a...
mehr als 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
what's the difference
I want to piecewise plot a interlolation function. When I input the nodes like this X = -1:0.1:1; N = length(X); the graph i...
mehr als 5 Jahre vor | 1 Antwort | 0