photo

Ajmal R S


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
32,170
of 300,508

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
1

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 1

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer