Statistik
RANG
4.500
of 295.448
REPUTATION
11
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
7
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Problem of ANN , Not predicting results other than trained data properly ?
(a) This is a typical 2 input 1 output problem . (b) I have normalized the input data between 0.2 - 0.8 (c) I have developed ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am not able to use a trained neural network ?
I have a set of data : Input to the network for training : 2 inputs input1 1e13 1.2e13 1.23e13 ..... input2 1e09 1.01e09...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I determine the weights of ANN using nftool ?
In nftool (a) NFTOOL asks an input for* number* of neurons , but later on in their diagram they show the same as Hidden laye...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Neural Network error in train
Hi friends, I get the following error while trying to use neural network toolbox in matlab. I am new to its use, thereby any...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I put a condition on stopping of breakpoint ?
Am using ode15s my t_span is from [0 2000], say I want to stop the simulation after 100 seconds ? This is just for an illustra...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Put a condition on 't' in ode15s ? Imp. question
function F = zero_order(t,~) global k st_t a = 1/k ; % here k is an input if t <= a ; k = k; else ...
fast 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Error in Quad, suggestions required ?
syms E numer = inline('0.99954.*E + ((0.58058-0.044967.*m).*R.*T'); deno = inline('E + (2.54 + 0.94057.*m).*R.*T'); ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Logic behind Relative tolerances in ode15s ?
Dear All, I am using ODE15s to solve a system of DAE, there are times when the solution does not converge and ends with th...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenHow to exit a program or rather not process further code if a condition is not met ?
Hey I just used the 'error' function , and it is working fine. If any other option , please suggest, Thanks,Tonu
etwa 12 Jahre vor | 3
Frage
How to exit a program or rather not process further code if a condition is not met ?
Say for example a check for a variable 'a' ? If a is not equal to (a~= 1) abort the program and do not execute further code...
etwa 12 Jahre vor | 3 Antworten | 3