photo

Mohamed Salah


Cairo University

Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
0 个回答

ThingSpeak

1 公开的 个频道

排名
64,644
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can I control filter command?
Assuming I have a function an equation like y[n]=x[n]-y[n-1] with the condition that y[n]=0 if n<0 can I implement and solve ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


I want to shift a part of a row vector to the right then adding a number before the shifted part
assuming I have a=[1 2 3 4 0 0]; b=[0 0 1 0] I want 'a' to be a=[1 2 3 1.5 4 0] the 1.5 is half the element before and b ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Getting variables name from char array
assuming I have a char array like x a1=[1 2 3 4]; a2=[10 11 15 11]; b2=[4 5 6 7]; c2=[8 9 10 11]; x=['a1' 'a2' 'b2' 'c2'] ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


how to control the length of indexed array element?
m=[1 2 3 4]; m_d=0.5.*ones(1,length(m)); for i=1:length(m) m_xx=m(i)(1:(length(m(i))*m_d(1))); %error is here end I wan...

5 years 前 | 2 个回答 | 0

2

个回答

提问


left and right sides have a different number of elements
o=4; m = ['c','d','c','f','e','c']; oo=o.*ones(1,length(m)); q=zeros(1,length(m)); w=zeros(1,length(m)); for i=1:length(m) ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


comparing between two identical variables returns logic 0?
clc clear n=0:63; x1=0:7; x=[x1 x1 x1 x1 x1 x1 x1 x1]; y=((-1).^n).*x; [msg,N1]=find_period(x); disp(msg); [msg,N2]=fi...

5 years 前 | 1 个回答 | 0

1

个回答