photo

shariq khan


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

1 个提问
4 个回答

排名
187,594
of 299,862

声誉
0

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,824

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,327

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Generate square wave starting from 0
I want to make square wave with function square which starts from 0 and not with amplitude

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Help plotting all points for each iteration on one graph.
hello Brooks, I try your code, now to plot all the values use plot within for loop like this clc clear y = [0.5;0.99;1.01;1....

7 years 前 | 0

已回答
how to show information of image in gui
RGB is format of 3 layers of an Image for example when you load an image - the intensity closer to Red is 1st plane, intensity c...

7 years 前 | 0

已回答
Error: Unable to perform assignment because the left and right sides have a different number of elements.
Hey!...pay attention to multiplying mattrix dimension - a[mxn] * b[nxr] = c[mxr] - so you cant multiple v0'(5x1) with ones(5)[5...

7 years 前 | 0

已回答
Incorrect curve fitting with lsqcurvefit
First and foremost Make sure your scale of x and y axis is same for example if your x axis is x10^-3 and y axis is x10-1, there...

7 years 前 | 0