![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6356820_1690659845568_DEF.jpg)
HABILA
Followers: 0 Following: 0
Research Scholar
Statistik
11 Fragen
0 Antworten
RANG
85.684
of 297.016
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
72.73%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
I have trained my NARX NN using 2*7578 inputs and 1*7578 target and tested using new 2*6555 input. I can view the test response plot but how can I get the actual data points ?
I have trained my NARX NN using 2*7578 inputs, 1*7578 target values and tested using new 2*6555 input. I can view the test respo...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
I have trained my time series NARX NN using 5*7875 inputs and 1*7875 target values. How do I make predictions for 5*10 new input values ?
I have trained my time series NARX NN using 5*7875 inputs and 1*7875 target values. How do I make predictions for 5*10 new input...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
For loop with string comparison
I am getting error with this code. Can someone help me with this ? for i=1:100 if (S(i).Status=='Active' || S(i).type=='...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I plot error bar at only one location ?
Suppose, I have this two data. Here the errorbar is plotted for every v. But I need to put error bat at only one particulat inde...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding max value from one dimensional matrix
I have a 1x10 matrx. I need a maximum value of the matrix leaving first four locations. For example A=[2 3 6 1 8 0 2 4 5 6] I ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding mean for multiple matrices
I have three different one dimentional matrices. How do I find the mean values of them. For Example A=[4,5,6]; B=[2,3,6]; C=...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have 100 data scattered across 100 X 100 size plot. I need to partition the plot into four sub-sections across the center. Can anyone help me.
close all clear clc n=100 for h=1:1 for i=1:1:n if(i<=25) S(i).xd=randi([0,40]); S(i).yd=randi([0,40...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can anyone answer why don't the grid on the surface is not coming in this 3D plot ?
t=0:1:2000; u=[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
can anyone help me to change the numbering in y axis to some names, say 'X', 'Y','Z' ?
z=[215,803,1578,2386;304,1036,2082,2568;471,1208,2192,3403]; bar3(z); set(gca,'XTicklabel',{'A','B','C','D'})
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is there anyone working on MANET or mobility models ??
I need help to move a node in a network.
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
the loop, for h=1:1 is running like 200 times. can anyone help me to understand with this ?
The code with for loop h=1:1 whose initVal:endVal are same, can it be run 100 or more times ?
etwa 8 Jahre vor | 1 Antwort | 0