Community Profile

photo

Hagar Hendy


Last seen: 7 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 1

1

answer

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 1 answer | 0

1

answer