photo

Hagar Hendy


Last seen: ungefär 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
0 Answers

RANK
35 048
of 300 365

REPUTATION
1

CONTRIBUTIONS
12 Questions
0 Answers

ANSWER ACCEPTANCE
41.67%

VOTES RECEIVED
1

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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?

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år ago | 1 answer | 1

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

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

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år 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) ...

ungefär 3 år ago | 1 answer | 0

1

answer