Feeds
질문
How to find the points in specific areas of the graph
When i plug this into matlab i am trying to get the amount of dots per area in the graph produced. (ar1...ar4). I tried to find ...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How do I plot a graph from a code that is is using a function and looping feature
I need to plot the below equation with "S" as a function of n. The code I wrote (below) isnt working so I assume that i have som...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How to write a series expansion without rounding
I tried to write code so that I can preform an expanision shown below. But my code when it is ran gives me the solution of 2, in...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Finding the colum with the most zeros
How do you find the column of any nxm matrix. i tried t = nxm idx = t~=0 c=sum(idx,1); [x,y] = min( c ) ; maxZ = y...
대략 7년 전 | 답변 수: 1 | 0

