mohammad m


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to prevent adding a number to a matrix elements?
in matlab if we have an matix like A[n,n], when we add a scalar value (b) to it, solve it like this: A+b*ones(n) ...

7年弱 前 | 3 件の回答 | 0

3

回答

質問


how to continue code in next line with comment between them
i have a long line code, that i want to specify each part of code by comment in above it. i use (...) at end of each part to c...

7年以上 前 | 2 件の回答 | 1

2

回答

回答済み
I have a homework question I need assistance with. It has to do with surface area and parameters.
function A=Area(r) A=4*pi*r.^2; end write your vector like this in command: r=[r1 r2 r3 ...] and ...

8年弱 前 | 0

質問


how to calculated integral of multiplying two function handle that changed by loop
hi guys i have two function like these: f(x,y)=(i+1)x+(j-1)y g(x,y)=(i-1)x+(j-1)y (real functions are more co...

8年弱 前 | 2 件の回答 | 1

2

回答