photo

mobeen mahmood


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
0 个回答

排名
40,413
of 300,829

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
45.45%

收到投票数
1

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I want to calculate volume under 2D eclipse, Can anyone tell me how can I do this?
I have two functions, the plots of which are attached. Both are 2-dimensional and i want to calculate the respective area covere...

8 years 前 | 2 个回答 | 0

2

个回答

提问


I have a cell array of size 136 by 1 and i want it to convert it to array of type double. How can i do this?
I'm using str2double but after conversion this gives me some values as 'NAN'. How to resolve this?

8 years 前 | 2 个回答 | 0

2

个回答

提问


Hi, i want to plot simple function, Can someone tell me how to plot it
y1 = c1*exp(-6*t)+c2*t*exp(-6*t); y2 = -c1*exp(-6*t)+c2*(exp(-6*t)*(-t-0.5)); where c1 and c2 are arbitary values and t...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Hi, I'm trying to visualize a beam pattern but i'm unable to display it properly. Can anyone tell me why i'm not getting the desired response?
clc; clear all; f0 = 5*10^9; %frequency of 1st array element delta = 2000; % Configuration parameter d = 0.015; % ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Hi, How can i implement a function with 2 independent variables?
I have attached the desired output image as well. I'm using imagesc and image but it didn't work for me.

8 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, i'm trying to build a function but i'm getting an error, Can anyone help me out
Error: Not enough input arguments. function v=sv1(r) c=3*10^8; t=0; N=10; rt=100; delta=2000; m=[0:N-1]'; v=exp(1i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, i want to calculate the decision boundary in Bayes Estimator. Can anyone help me in this regard.
clc; clear; mu1 = [0 0]; sigma=1; sigma1 = [2 0; 0 2]; mu2=[1 2]; sigma2 = [1 0;0 1]; x=[-10:.2:9.8]; ...

8 years 前 | 1 个回答 | 1

1

个回答

提问


Hi, I want to ask something regarding bernouli distribution
Write the code that generates a Bernoulli sample with given parameter p , and the code that calculates p ˆ from the sample

8 years 前 | 0 个回答 | 0

0

个回答

提问


Hi, Can anyone tell me how can i plot evenly spaced angles in a matrix form. Matrix is of N*M size
I want my output to be a vector as shown in diagram.

8 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, I'm facing some problem while running Matlab 2016.. Can someone help me out?
Matlab installed successfully but it's giving me some error. The error snapshot is attached

8 years 前 | 1 个回答 | 0

1

个回答