photo

Amar


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to linear extrapolate?
<</matlabcentral/answers/uploaded_files/24418/untitled.jpg>> Hi, I have a set of x and y data as shown in image. I am loo...

9 years 前 | 1 个回答 | 0

1

个回答

提问


fprintf array: how to ignore cells when displaying?
Using a single fprintf function, how can I ignore zeros in a 2d array and move on to displaying the ones following? To be specif...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to determine if there is a value in a string and output it as a boolean?
i.e, A = [0 1 2 3 0 0 0] I want to write: ----------------- if % A(a)= 1% content end --------- where 1<a<e...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How do I find the non-zero column in a matrix and create it as a single matrix?
i.e from A = [0 0 0 0 0 0 2 0 0] 0 0 0 0 0 0 5 0 0 create B= [2] 5

10 years 前 | 2 个回答 | 0

2

个回答

提问


How do I alternate the sign in an 1*n array?
For example: turn A= [ 12, 1, 10, 33] into B = [12, -1, 10, -33] Thanks for sparing time for a beginner

10 years 前 | 1 个回答 | 0

1

个回答