photo

Hagar Hendy


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

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
35,048
of 299,852

声誉
1

贡献数
12 个提问
0 个回答

回答接受率
41.67%

收到投票数
1

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Review

查看徽章

Feeds

排序方式:

提问


I want to change the name of the three box chart to other three names
i want to change the three box chart from 1 2 3 to other three names , how to that?

3 years 前 | 1 个回答 | 0

1

个回答

提问


i want to plot this data noise = [0 1 5 10]; mis_bits= [0 3 5 7]; error_dev= [0 0.6288 0.8048 1.0080] where is the standard deviation as shown below , how to that with matla
i want to plot this data noise = [0 1 5 10]; mis_bits= [0 3 5 7]; error_dev= [0 0.6288 0.8048 1.0080] where is the standard...

3 years 前 | 1 个回答 | 0

1

个回答

提问


i have excel sheet 31 coulmn,, the first coulmn is time and in the other coulmns the signals names , what i need from the code is that at spefic time to tell me for examplk
i have excel sheet 31 coulmn,, the first coulmn is time and in the other coulmns the signals names , what i need from the code...

3 years 前 | 1 个回答 | 0

1

个回答

提问


i want to set x-axis to be in Pico seconds , how to do that
x = (tin-tex)*(-1.433426304e-12) %(3C*784) hi= histogram(x) ylabel('number of Ocuurance','fontsize',10); xlabel('Time Diffe...

3 years 前 | 1 个回答 | 1

1

个回答

1

个回答

提问


i want to get bex(j), bin(j) as gex(i), gin(i), how to do that and insert another for loop inside that code
i want to get bex(j), bin(j) as gex(i), gin(i), how to do that and insert another for loop inside that code code: Rmin = 1e...

3 years 前 | 1 个回答 | 0

1

个回答

提问


i want to multiply input * gex , where input is (60000 *784) and gex is (784 *1000), but when i multiply that i get this error message Error using input Not enough input a
i want to multiply input * gex , where input is (60000 *784) and gex is (784 *1000), but when i multiply that i get this erro...

3 years 前 | 1 个回答 | 0

1

个回答

提问


i have (y) with size of 784*1000 and i mapped this y to get gex, gin , but the result shown only 1 dimension and i want that mapping for the two dimension (784*1000),
i have (y) with size of 784*1000 and i mapped this y to get gex, gin , but the result shown only 1 dimension and i want that map...

3 years 前 | 1 个回答 | 0

1

个回答

提问


operator > is not supported for operands type of cell
I load mnist data set in matlab, and i load the weights that i got it from tensor flow and i want to implement this equations t...

3 years 前 | 1 个回答 | 0

1

个回答

提问


plotting multiple fitting graphs in a single graph
Hi , I want to plot 2 fitting graphs on the same plot, i tried to use hold on , but it doesn't work here is the code the o...

3 years 前 | 2 个回答 | 0

2

个回答

提问


my question is after ploting (x,y) , i want to count the number of signals that is above 0.5 at time for example : 1.05e-7, how to do that in matlab
i want to count the values from data set (:,2:5) that is above 0.5 at specific time data_1 = load('ay.csv') x = data_1(:,1) ...

3 years 前 | 1 个回答 | 0

1

个回答