photo

Prakash


Last seen: 4年弱 前 2016 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Data Analysis

統計

MATLAB Answers

3 質問
1 回答

ランク
171,699
of 301,195

評判
0

コントリビューション
3 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,190

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,322

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

スコア
0

バッジ数
0

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

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

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to write Data at once in an excel sheet (avoid formation of excel sheet in every loop!)
A1 = {'addition','power'}; sheet=1; xlswrite('prkash',A1,sheet) for i=1:10 x(i)=1+i; y(i)=i^2; k=i+1; Dat...

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

1

回答

回答済み
Hi, I would like create a vector using a for loop.
:-) Both answers are acceptable to me. Thanks!!

8年弱 前 | 0

質問


Hi, I would like create a vector using a for loop.
P=1e3; i=6; for i=1:length(i) X(i)=P/1e3 end I expect following results X=[1e3 1e0 1e-3 1e-6 1e-9 1e-12 1e...

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

3

回答

質問


Fitting two straight lines and find the intersection.
I have the graph similar to x=1:10;y=x.^2; plot(x,y) or plot(y,x). I want to fit part of the graph (some initial portion) in one...

10年弱 前 | 0 件の回答 | 0

0

回答