![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9403248_1665417536585.jpg)
M Yasir Muneeb
Followers: 0 Following: 0
MATLAB
Professional Interests:
Statistics
3 Questions
0 Answers
RANK
91,739
of 297,016
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Question
Why does the code return an additional answer value that I have not asked for?
First I defined a function: function [p,q] = quadratic_formula(a, b, c) p = (-b + sqrt((b)^2-4*a*c))/(2*a) q = (-b - sqrt((...
2 years ago | 2 answers | 0
2
answersQuestion
I do not understand why this script {8/2<5*3+1>9} with logical operators gives NO (0)?
I do not understand why the answer is zero while the statement is apprarently correct. See below: 4<16>9 Isn't it correct? T...
2 years ago | 3 answers | 0
3
answersQuestion
How can I subtract second entity from the first in an array or a matrix?
For example, N=[0 7330 15100 23100 30400 34400 38400 41300 44800 46200 47300 47500 46100 44800 42600 36400] I want anoth...
8 years ago | 0 answers | 0