Muhammad Qaisar Ali - MATLAB Central
photo

Muhammad Qaisar Ali


Pakistan Institue of Engineering and Applied Sciences

Last seen: 2 dagar ago Active since 2020

Followers: 0   Following: 1

Message
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

Statistics

MATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
4 Answers

RANK
7 830
of 297 527

REPUTATION
6

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Revival Level 1
  • Explorer
  • First Review
  • First Answer

View badges

Feeds

View by

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...

mer än 2 år ago | 1 answer | 0

1

answer

Question


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 ...

nästan 4 år ago | 1 answer | 0

1

answer

Answered
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) ...

mer än 4 år ago | 1

Answered
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 ...

mer än 4 år ago | 1

Answered
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...

mer än 4 år ago | 0

Answered
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=...

mer än 4 år ago | 1