JaeSung Choi
Followers: 0 Following: 0
Statistik
20 Fragen
0 Antworten
RANG
39.886
of 295.448
REPUTATION
1
BEITRÄGE
20 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
1
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
How do i assign the number(variable) to the name of variable?
Hi, guys. I want to make variables using numbers like this. This doesn't work. But I'm sure that you can understand what I wan...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to decide dimension (using correlationDimension function)?
I have some data y and I want to derive correlation dimension of this data. So, I followed the example of correlation...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to open xml format file? ( as document)
<https://dumps.wikimedia.org/enwiki/latest/> I tried to open 'enwiki-latest-abstract22.xml.gz-rss.xml' file, but MATLAB Edito...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the exact period for given equation?
I have an periodic equation, but i can't find the exact period of this equation with analytic method. Can i derive the exact ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i adjust y-axis scale of 'semilogy' function
I want to set y scale from 10^(-2) to 10^7 following problem. x = 0:0.1:10; y = exp(x); figure semilogy(x,y)...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I subplot heat maps?
I want to subplot heat maps, so I did as following but it didn't work. Please help me! A = [ 1 1 ; 2 2 ] subplot(4,4,1) ...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
saving topologies in matrix
I want to save my topology in matrix. For example if i have 100 kinds of 1000 by 1000 matrix(topology) then i want to save...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
For given vector, make a "averaged vector"
For a given 1 by 1000 vector A = (a1 a2 a3 a4 so on,,a1000) and interger n I want to make vector B = (b1 b2 b3 so on,,b...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
converse the order of row or column vector
I want to converse the order of row or column vector. ex) [1 2 3 10] -> [10 3 2 1] help please!
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
take selected rows from given matrix
How can i take selected rows from given matrix?? For instance, let A = rand(100) and i want to take 10th,20th,30th ----100th ...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
better method for evaluating matrix
For given vector such as following, I want to make square matrix s such that %constant, original form N = 500; x = 2*pi...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
make matrix for given vector ( better method)
for given vector x = [x1 x2 x3 x4 x5] I want to make square matrix y = [x; x; x; x; x] actually I can make it using ---...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solving coupled differential equations
T o solve my coupled differential equations. I made the following function ====================== function x_value = reser...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
making random sparse matrix
i just want to make random sparse matrix of size(100,100). How can I derive this?? Please help me. (I used function 'rand' and ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solving coupled Differential equations
I tried to solve following diff. eq. using 'dsolve' but (maybe) it's impossible. So please help me how to solve following eq....
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What's 'simplify' function??
How does 'simplify(E)' works? Does it eliminate some terms? or just simplify?( ex) 1+1->2) And if it eliminates something, what...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
using 'fprintf' with char format
x = input('Enter the grade (1-100):'); if x >= 90 grade = 'A'; elseif x >= 80 grade = 'B'; elseif x >= 70 ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interpolation - Fourier interpolant (i.e. trigonomentric) & Using Gauss-Legendre polynomial
For example, f(x) = cos(x) in [-pi,pi] 1)I want to find Fourier(trigonomentric) interpolant. Is there any built in function f...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
calculate the function in vector.
I want to calculate my 'poly' function for domain of linspace(0,1,100) so I tried --------------------------------- %make...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to extrapolate with given data? (maybe very simple)
I want to guess outside the given data! For example data x = 1:5 y = [7 9 10 11 12] are given. And I want to guess the values...
mehr als 7 Jahre vor | 1 Antwort | 1