photo

Mohazam Awan


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
5 个回答

排名
5,541
of 299,969

声誉
8

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,853

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,784

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I implement a simple difference equation and plot the resulting output, all using MATLAB
y1=zeros(1,length(n)); % Pre-allocating for i=1:length(n) if(n(i)<0) y1(i)=0; % $ y[n]=0 for n<0 ...

8 years 前 | 0

已回答
how to do implement difference equation in matlab
%% DSP LAb Task 4 % Difference equation implementation in matlab % %% clc clear all close all % ...

8 years 前 | 2

已回答
Signal generation using for loop
<</matlabcentral/answers/uploaded_files/74089/Lab%20Task%203%20Q%201.jpg>> out put

8 years 前 | 0

已回答
Signal generation using for loop
<</matlabcentral/answers/uploaded_files/74088/Screenshot%20(445).png>> Here's an example

8 years 前 | 0

| 已接受

已回答
how to seperate even or odd elements and make row vectors from a matrix
function [ even,odd ] = result( A ) %UNTITLED Summary of this function goes here % Detailed explanation goes here [r,c]=siz...

8 years 前 | 0