Muhammad Qaisar Ali
Pakistan Institue of Engineering and Applied Sciences
Followers: 0 Following: 0
Python, C++, C, Java, MATLAB, HTML, Arduino, Assembly, VHDL
Spoken Languages:
English, Hindi
Professional Interests:
Control Systems, Robust Controllers, Adaptive Control, Nonlinear Control, Electronics
Statistiques
RANG
7 828
of 295 448
RÉPUTATION
6
CONTRIBUTIONS
2 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
3
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to return an intermediate variable from ode45 in Matlab
What I want Hi there. I want to store or return an intermediate calculations in global variable at spacific time instants. For...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Simscap Scope shows wrong data.
I am simulating an RL Circuit. when i take simulation time 10 ses, the graph on scope is nonsence. if anyone know, how to fix ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseAssignment question based on excel file I/O
function distance = get_distance(city_1,city_2) persistent distt city_names; if isempty(distt) && isempty(city_names) ...
plus de 4 ans il y a | 1
Problems with coursera image blur matlab problem
function output = blur(img,w); [r,c]=size(img); output=ones(r,c); for ri=1:r for ci=1:c ...
plus de 4 ans il y a | 1
Echo generator problem - Coursera Introduction to Matlab Programming
function output = echo_gen(input, fs, delay, amp) delay_mat=zeros(round(delay*fs),1); % a col vector. echo_mat=([de...
plus de 4 ans il y a | 0
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
another approch function indices = saddle(Z) indices=[]; for r=1:size((Z),1) % going through Rows for c=...
plus de 4 ans il y a | 1