Community Profile

photo

JaeSung Choi


Last seen: 1 year ago Active since 2017

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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)...

6 years ago | 1 answer | 0

1

answer

Question


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) ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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!

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 2 answers | 0

2

answers

Question


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...

6 years ago | 2 answers | 0

2

answers

Question


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 ---...

6 years ago | 1 answer | 0

1

answer

Question


Solving coupled differential equations
T o solve my coupled differential equations. I made the following function ====================== function x_value = reser...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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....

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


calculate the function in vector.
I want to calculate my 'poly' function for domain of linspace(0,1,100) so I tried --------------------------------- %make...

7 years ago | 3 answers | 0

3

answers

Question


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...

7 years ago | 1 answer | 1

1

answer