Muhammad Qaisar Ali
Pakistan Institue of Engineering and Applied Sciences
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Java, MATLAB, HTML, Arduino, Assembly, VHDL
Spoken Languages:
English, Hindi
Professional Interests:
Control Systems, Robust Controllers, Adaptive Control, Nonlinear Control, Electronics
Python, C++, C, Java, MATLAB, HTML, Arduino, Assembly, VHDL
Spoken Languages:
English, Hindi
Professional Interests:
Control Systems, Robust Controllers, Adaptive Control, Nonlinear Control, Electronics
Feeds
질문
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...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Assignment 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) ...
Assignment 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) ...
4년 초과 전 | 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 ...
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 ...
4년 초과 전 | 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...
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...
4년 초과 전 | 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=...
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=...
4년 초과 전 | 1