Community Profile

photo

Hagar Hendy


Last seen: 6ヶ月 前 2022 年からアクティブ

統計

  • Thankful Level 3
  • First Review

バッジを表示

Content Feed

表示方法

質問


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?

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 1 件の回答 | 1

1

回答

質問


i want to set x-axis to be in Pico seconds , how to do that
v

1年以上 前 | 1 件の回答 | 0

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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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) ...

1年以上 前 | 1 件の回答 | 0

1

回答