photo

Kushagra Kirtiman


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

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
36,326
of 300,780

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
1

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Plotting a function with for loop
I want to plot Function G with k but function G depends on the values of i which is incremented by 1. Is there a way to plot thi...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to extrapolate given data to find more number of points?
I have a set of data for example X Y 0...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Pulsed laser simulation in MATLAB
Is there a good source where I can learn about simulating pulsed laser drilling in MATLAB?

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to draw irregular curve using random data ?
How to draw irregular Circle/ Curve in MATLAB with radius(i.e 5) varying from +- 1 For example I have to make something like th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Thermal Transient analysis in MATLAB
I am doing a thermal analysis in MATLAB of simple model with 10x10x0.2 dimensions. I want to apply Gaussian Heat flux

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to get a data set using Mean and standard deviation
I want to get data set containing 10 points with mean =63 and standard deviation of 2.3. Is there a way to do this in MATLAB

3 years 前 | 1 个回答 | 0

1

个回答

提问


I have make surface plot with x, y and z data but getting reshape error
x=[ 10 21 29 39 52] y=[ 143.44 130.4 134.89 123.71 130.4] z=[ 93.66 107.1 102.2 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a data which 3 columns using bar3 function
I have three column data. I want to plot it in MATLAB using bar3 function. Is there a way to do it

4 years 前 | 1 个回答 | 1

1

个回答

提问


how to plot bar3 for a data which has 3 columns
I have a data which has three columns. I want to show it on a 3d bar with all the three variables. I am getting this error "X m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find relationship between three data
I have an excel data consisting of three columns. I want to find the relationship between the the data in equation form. Can any...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to multiply two matrix in such a way that I can store individual values of the matrix
for x=20:1:75 [X]= [cos(x) sin(x); sin(x) cos(x) ]* [1; 2]; end When I am using this code i can only use the last value which...

4 years 前 | 1 个回答 | 0

1

个回答