photo

JaeSung Choi


Last seen: oltre un anno fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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!

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 7 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 7 anni fa | 1 risposta | 1

1

risposta