
Programming Languages:
R, MATLAB
Spoken Languages:
English, Korean
Pronouns:
He/him
Professional Interests:
Statistics and Data Analysis, Business, Economics, and Finance, Statistics
R, MATLAB
Spoken Languages:
English, Korean
Pronouns:
He/him
Professional Interests:
Statistics and Data Analysis, Business, Economics, and Finance, Statistics
Statistics
All
RANK
127,684
of 297,560
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,456
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Indexing of fresh array in one line without intermediate variable.
Hope this helps. interp1(Func(1:10), 2:3)
Indexing of fresh array in one line without intermediate variable.
Hope this helps. interp1(Func(1:10), 2:3)
1 year ago | 0
Answered
How to solve a simple symbolic identity?
Thank you VBBV. Based on your reply, I wrote the following code: syms w0 a b t m F0; eqn = 2*b*w0*cos(w0*t) - 2*a*w0*sin(w0...
How to solve a simple symbolic identity?
Thank you VBBV. Based on your reply, I wrote the following code: syms w0 a b t m F0; eqn = 2*b*w0*cos(w0*t) - 2*a*w0*sin(w0...
2 years ago | 0
| accepted
Question
How to solve a simple symbolic identity?
I have the following identity. The solution is . I wrote the following code. syms w0 a b t m F0; eqn = 2*b*w0*cos(w0...
2 years ago | 2 answers | 0
2
answersQuestion
Symbolic rewriting of trigonometric functions with a exponential function.
I use MATLAB2023a with symbolic math toolbox. I want to rewrite a symbolic equation by summing several cosine and sine terms. ...
2 years ago | 1 answer | 0
1
answerQuestion
Solving exact ODE and fplotting a solution curve.
I use MATLAB 2023a with the symbolic math toolbox. I am trying to solve the following exact ODE with an initial condition and p...
2 years ago | 1 answer | 0
1
answerQuestion
Code for solving first-order ode with symbolic initial condition
I am very new to MATLAB, and writing MATLAB code for solving the problem #20 of Section 1.1 in Kreyszig (2011). Problem #20 is ...
2 years ago | 1 answer | 0