photo

Isaac


TAMU

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
3 个回答

排名
152,759
of 300,759

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答