Community Profile

photo

Level 2


Last seen: ungefär ett år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Answered
how can I plot an increase and decrease in tempearture as x-axes (i.e. from 25 to 700, 700 to 500 all on x-axes), agains different y-axes
@Star Strider Thank you. I just want to combine this two graphs into one graph, It is the same x-axes of T-bred load A figure;...

mer än ett år ago | 0

Question


how can I plot an increase and decrease in tempearture as x-axes (i.e. from 25 to 700, 700 to 500 all on x-axes), agains different y-axes
load A plot(A.T_bred,A.O2);hold on; plot(A.T_bred,A.CO2);hold off;

mer än ett år ago | 3 answers | 0

3

answers

Question


How can I call variables numbers from a table using individual variable row and column
clc % Composition of sand (A, B, C, D, E) A = 36.8; B = 4.03; C = 29.8; D = 0.37; E = 0.06; % Total sand composition = sa...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Please i need help on how to determine R squared for training, validation, testing and ALL in neural network with a simple code.
Please how can I determine the correlation coefficient of training, validation, testing and ALL in neural net with a simple code...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How do i determine and plot rerlative importance in simple bar plot using input-hidden weight and hidden-output weight
I have finished training the network. I have also determined my input-hidden weight and hidden-output weight. Literature discuss...

mer än 4 år ago | 1 answer | 0

1

answer