![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15766271_1562313803995_DEF.jpg)
PRAVEEN GUPTA
Followers: 0 Following: 0
Statistik
RANG
150.480
of 297.016
REPUTATION
0
BEITRÄGE
16 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
50.0%
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
How to find fault length using travelling wave
How do i find the location of a fault in transmission line using travelling wave method
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Xor operation on two numbers
i have two numbers 23 and 47, i have to convert them into binary and then perform the Xor operation how to do that
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
combining two binary numbers
i have two binary numbers a=[1100] and b=[010] i have to form c=[0101100] please suggest me how to do this. Thanks
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
storing the value in simulink
i am running a simulink model which has function blocks also, i want to use the the variable w=[1 1 1] in one of the block and...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
decimal to binary conversion of an array
i have an array a=[102, 2,3,201,8,9] so when i convert it to binary each term has same length as [ 0 1 1 0 0 ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
rearranging the elements of array
i have an array a=[1 0 2 2 2 1 1 1 2 2] i want the location of each point that are arranged...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have to create a network where data is transmitted from one point to other
i have a network of 10 points and i have to transfer the data among each of them, i am facing the problem on how to make the dat...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
minimiztion the distance travel
hi everyone i have to write a code such that the time reaching the two points is minimum where different different routes are a...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
q matrices element matching
i have a matrix like A=[1 2 3 4 5; 1 2 3 4 6 1 3 4 5 8]; i want a output like X=[1 2 3 4 0] i.e. i need the c...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to match different values of a matrix
i have a matrix like given below: X=[1 5 3; 1 5 4; 1 5 3] i have to compre the elements as X(1,1)=X(2,1)=X(3,1) if its same ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
breaking a large table into smaller one
i have a table 3 10 1 2 6 2 3 10 1 4 3 3 5 9 4 2 6 2 1 9 5 11 1 6 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
comparing the two arrays
i am trying to compare the two different array in loop to get the number of times the value are coming in X1 which are in X2 but...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to display an array with its position
i have an array such as X=[1 2 3 4 5 6 7 8 8 7 8 6 4 5 3 1] i want to display the output as X(1)=1 X(2)=2
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
displaying the sorted result
hello, i have an array with values "x=[12 34 45 67 82 32 32]", i have to arrange it in ascending order and then display it one...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how i can specify data transfer rate for data transfer from one node to other
i have data (suppose "52") in Node-1 i have to transfer it to Node-2 and get to know the speed of data transfer , how can i do ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i get to know the time elapsed in transferring the data from one node to other
i am trying to transfer the data from one node to other, i want to know the time elapsed when i send different data ??
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenHow to convert decimal into binary?
i have string of number [240 25 32 32] i want to convert them in binary how can i do this???
mehr als 5 Jahre vor | 0