Sohail Ahmed
UET Peshawar
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
16.149
of 295.448
REPUTATION
2
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
2
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
How to generate Pulse Frequency Modulated (PFM) waveform?
There are a lot of ways to generate PWM in simulink, also there is a built in PWM Generator block. But there are no direct resou...
etwa 3 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to evaluate model in embedded coder support package without the real hardware at hand?
I have found that MATLAB supports embedded system development through its embeded coder support package, Specifically I have to ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why MATLAB asks for "more input arguments" in the function which is to be handled by ode45?
I have following code to solve a system of differential equations function v_out = system_ex(t,v) v_out = zeros(2,1); v_out(1...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use not equal to '~=' operator in if statement?
My code works fine with '==' but not with '~='.I expect it not to display 'error' if user enters A or B x=input('input x...
mehr als 7 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
For loop operation on vectors
if true function IB= ibtest(VCC) RL =[1000, 10000, 200000, 400000, 600000, 800000, 1000000]; RB=22000; RP=50; R=470; B=300; ...
mehr als 8 Jahre vor | 1 Antwort | 0