Community Profile

photo

Level 2


Last seen: etwa ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als ein Jahr vor | 0

Frage


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;

mehr als ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort