AJAY CHANDRA DORAGARI
Followers: 0 Following: 0
Statistik
RANG
7.269
of 295.569
REPUTATION
6
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Couldn't find a block used in simulink model in library
model can be opened by command power_machines of diesel generator i couldn't find diesel engine generator in library browser is ...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Triggering circuit breaker with delay
In simulink i want to trigger my circuit breaker with an external pulse with the conditions that my dc link voltage should be gr...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenMatlab Summation equation for calculating impulse response of FBMC
i understand that you are trying to add harmonics (fundamental upto third ) by computing harmonics at some instants of time and ...
mehr als 4 Jahre vor | 1
| akzeptiert
showing the distance between the two plots on two curves at regular intervals on the same plot
i want to indicate the distances between the curves/lines at some regular interval say at 10,20,30.. on x-axis within the same...
mehr als 4 Jahre vor | 0
Frage
showing the distance between the two plots on two curves at regular intervals on the same plot
for example two lines are plotted with equation line 1 x=t^2 and y=(0.5*(t^2))// path and line 2 y=2x+6 // which is bound...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
couldnt able to use switch statement with string
w=input('enter the weight ') material=input('enter type of material ','s'); material=lower('material'); f1=0.2*w; f2=0.35*w;...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plotting a matrix values as a bar diagram
268.1667 235.3333 202.5000 169.6667 136.8333 104.0000 71.1667 38.3333 286.0333 250.2667 214.5000 178.7333 142.96...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
trying to use logical matrix to get remove some elements from matrix instead of getting a same matrix im getting a column matrix
a=[1,2,3;12,21,2;2,1,2] b=(a>1) c=a(b) im getting result b = 0 1 1 1 1 1 1 0 1 ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
trying to use fminbnd to minimize a function with resolution 0.01
function [e,t,lf]=f2(q,w) e=fminbnd(@fun,q,w) t=(1000/e)-(0.25*pi*e) (%these are final values please ignore them) lf=(50*pi*r...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
trying to upend two variables which are varying to form a single row matrix which should be varying and its magnitude at every point need to find the min magnitude
for example t=0:0.1:1 d1=20+(12.*t) d2=1+(3.*t) d=[d1,d2] i want d matrix to be like t=0.1 d=[32,4] t=0.2 d=[44,7] and ...
mehr als 4 Jahre vor | 0 Antworten | 0