photo

Shay Ang


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
136,087
of 300,513

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to get mse, mae and mape separately for multi layer output?
My codes have 2 layer output. But when i run, it only display error values (mse, mae and mape) for single layer output. I don't ...

6 years ago | 0 answers | 0

0

answers

Question


Why is the line in my figure not showing up?
I have multiple plots in same axes so i want to have 2 separate lines connecting the plots respectively. However my line is not ...

7 years ago | 2 answers | 0

2

answers

Question


Hi, I am working on a set of code implying the ANN. My end purpose is to plot a comparison graph between actual output and simulated output. However, there isn't any points displayed in my plot. What is the correct syntax?
A=data(:,2) R1=data(:,5) TA=A' % Transpose the Input and Output data from column to row matrix TR1=R1' [NA,PS]=mapminmax(T...

7 years ago | 1 answer | 0

1

answer