photo

Ajmal R S


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
32,174
of 300,765

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Change the transfer functions within the same layer for different neurons of a neural network?
I do know how to set the transfer function for a single hidden layer as a whole, my question if I can set the transfer function ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to store values from an array to another array using Loops
So the problem I have an Array A which contains around 200 elements, I get the elements of array A after doing calculations in a...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Euler Method System of ODE solving
I have tried to solve a system of 3 ODEs , and this is my code clear all clc V1 = 1.75e-03; %Volume Tank 1 Tc = 303;...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can somebody run this code for me, It's taking too much time for me
clc; clear all; T2_0 = 320.1; tspan = [0 50]; [t2sol,T2sol] = ode45(@(t,T2) heat2(t,T2), tspan, T2_0); plot(t2sol,T2sol...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error in ODE45
Guys I tried to code a Stirred Tank Heater System using MATLAB, I modelled the equation and all clc; clear all; T1_0 = 32...

5 years 前 | 2 个回答 | 0

2

个回答

提问


My MATLAB loop is not ending
So for studying, I made the following loop, but the thing is it not ending. I think it's something wrong with the code, please h...

5 years 前 | 1 个回答 | 0

1

个回答

提问


ODE45 running infinitely without solving
I tried to code an ode45 function to find the concentration wrt to thickness of membrane but the ode45 function is taking too lo...

5 years 前 | 1 个回答 | 0

1

个回答