photo

Level 2


Last seen: 2 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

已回答
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;...

1 year 前 | 0

提问


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;

1 year 前 | 3 个回答 | 0

3

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答