photo

Hagar Hendy


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

12 Fragen
0 Antworten

RANG
35.048
of 300.364

REPUTATION
1

BEITRÄGE
12 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
41.67%

ERHALTENE STIMMEN
1

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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?

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort