photo

Amar


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
284,754
of 297,503

評判
0

コントリビューション
5 質問
0 回答

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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...

約10年 前 | 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...

11年弱 前 | 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...

約11年 前 | 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

約11年 前 | 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

約11年 前 | 1 件の回答 | 0

1

回答