photo

Isaac


TAMU

2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
3 回答

ランク
152,759
of 300,779

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Please, I would appreciate any assistance on debugging the attached code.
The first section of the code is okay, but I am having it difficult solving for uu and ud in the attached code. I want to contin...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


I will appreciate any suggestion on this simple code. I want to substitute the elements of x >5 with 6 and x<5 with zero.
for j=1:1:8 x=[1 2 3 4 5 6 7 8]; if x(j)>5 x(j)=subs(x(j),x(j),6); else x(j)=subs(x(j),x(j),0); end end

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

2

回答

回答済み
I will appreciate any suggestion on how I could have a solution to this.
Thanks Walter...yes, the solutions are all imaginary with the current inputs

10年以上 前 | 0

回答済み
I will appreciate any suggestion on how I could have a solution to this.
Sorry SXY = 125*[1 2 3]; C0 = 100*[1 2 3]; Thanks

10年以上 前 | 0

回答済み
I will appreciate any suggestion on how I could have a solution to this.
Sorry SXY = 125*[1 2 3]; C0 = 100*[1 2 3]; Thanks

10年以上 前 | 0

質問


I will appreciate any suggestion on how I could have a solution to this.
SX=1000*[1 2 3]; SY=2000*[1.5 2 3]; SXY = 1258[1 2 3]; a = [0.3 0.6 0.9]; syms rb for j=1:1:3 if pwmid(j)<=pwc(j...

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

3

回答