photo

M Yasir Muneeb


Last seen: 거의 2년 전 2017년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB
Professional Interests:

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 3 | 0

3

답변

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변