Yanuar Rizki Pahlevi
Followers: 0 Following: 0
Statistics
RANK
64,279
of 295,569
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to Solve Second Order ODE with 2 dependent variables
Hi guys, I am trying to solve this second order ODE, I followed this step https://www.mathworks.com/help/symbolic/solve-differe...
4 years ago | 2 answers | 0
2
answersQuestion
How to simulate trained networks?
Hi guys, I am trying to feed my trained networks with some data. I want to make a plot from its output clear; clc; load netwo...
4 years ago | 1 answer | 0
1
answerQuestion
How to change MNIST data to a 784 matrix?
Hi guys, I want to train a network using MNIST Data. and I want to use the MNIST data as 784 vector as input, also as output. ...
4 years ago | 0 answers | 0
0
answersQuestion
How To Assign Operator/Variables with a value
Hi, I am currently working on a task of Linear Genetic Programming, I have a question, how is the way to create the variable re...
4 years ago | 2 answers | 0
2
answersQuestion
How to store iteration while loop result?
Hi guys, I need help. how can I store iteration result? while abs(xj-x0)>=error disp('*****************') x0=xj %new value o...
4 years ago | 2 answers | 0
2
answersQuestion
How to calculate limit in n-number of times?
Hi guys, I am working on a function which can generate the differentiation of equation given as input. But I am trying to make ...
4 years ago | 1 answer | 0
1
answerHow to Multiplying matrices
Okay, I think I have misleading with the question, what I am trying to do is to create a function which result is an equation. i...
4 years ago | 0
Question
How to Multiplying matrices
Hi, i need help. how can I multplying matrices 1x3 with 3x1 with variable only for it element. as example, I want to multiply ...
4 years ago | 2 answers | 0