photo

Chirag Nighut

MathWorks

Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

All contributions in answers are personal views

统计学

All
MATLAB Answers

0 个提问
6 个回答

Cody

0 个问题
1 个答案

排名
4,425
of 299,763

声誉
12

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,028
of 165,797

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
need help to plot x,y data points with 'o' without line and y_hat smooth graph
You can use the plot function and use an option for styling the line plot to show the line as -o plot(x,y_hat,'-o') Above lin...

4 years 前 | 0

已回答
Write/Read CSV file
To create a matrix with text you can create a 2D array of chars. To do that you can use the following code: data = ['MATLAB '...

6 years 前 | 0

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years 前

已回答
print a matrix in a specific sequence
You can use the repmat function here If you have to print the patter N (here 10) times, use the following code: A = [5 4 3 2 1...

6 years 前 | 0

| 已接受

已回答
how to swap two bits in matlab.? which cammond is used for this..?
Remember that Matlab has 1 based indexing and therfore when you wish to swap the 0th and 3rd bit in above number, it is actually...

6 years 前 | 2

已回答
How to perform FFT analysis for a sinusoidal wave.
Considering that X is the array of the flame heights at different time values and L is the number of samples of the data, Fx = ...

6 years 前 | 0