photo

jelly


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
118,493
of 300,847

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,279

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how can I generate a random matrix?
hello guys, what code can i use to generate a mxn matrix provided that the value is from 1 to x(depending on the desire of user)...

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Is there anything wrong to my code?
haha i think i know whats wrong in my code, maybe because str2num(N(end))>b1 would not be valid operand. haha but how can I fix ...

13年以上 前 | 0

質問


Is there anything wrong to my code?
if (((N(end)=='A'||N(end)=='B'||N(end)=='C'||N(end)=='D'||N(end)=='E'||N(end)=='F') && (b1>=10))|| str2num(N(end))>=b1) end ...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


How can I add a char in a matrix?
hey how can I add a string in matrix? ex. for i=1:5 A(i)=i+1; end mat2str(A); ... for I want to have to put A or B...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


how can I stick together the data in a matrix?
ex input A=[1 2 3 4 5] A= 1 2 3 4 5 how can i stick the data from A together? so it would be like this: A=123...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


how can i print all the data from a computation in one line?
how can i do this? ex. "for i=1:3 end" desired output: i=[1 2 3] or i=123 .. ex.two " x=input('input value o...

13年以上 前 | 3 件の回答 | 0

3

回答