SeungHyun Cha
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
202.043
of 295.569
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Feeds
Frage
Cannot understanding the dimension of XY1
clear clc t = 0: 0.01 : 2; omega_n = 10; omega = 0:0.1:20; r = omega/omega_n; XY1 = sqrt((1+(2*zeta1*r).^2)/((1-r.^2).^2+(...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can you help me to change a math solution to MATLAB codes?
This is a math solution, but I do not know how to change it to MATLAB code. I would like you to help me. Thanks.
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Question about length function
array1 = [1 4 7 3 5 8 9; 12 13 11 10 14 19 17; 22 29 21 24 27 28 20; 33 31 39 30 38 34 35; 41 42 45 49 48 47 46]; The question ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding segmented triangle area of polygon
I tried to find out the triangle area in the polygon based on determinant theory. Here is the reference I tried to calculate ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Changing signed integer 16 bit format to binary format.
How can I express the BIGGEST NEGATIVE number and SMALLEST POSITEVE number of a signed integer 16 bit format? I know the range ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Conditional statement in random integers to classify
for Vector = randi([0 99],10000,1) if Vector (Vector >= 0 & Vector <= 24) range0to24 = length(find(Vector>=0 & Vector<=2...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I change range codes in to conditional?
numVec = randi([0,99],1,10000); range0to24 = length(find(numVec>=0 & numVec<=24)); range25to49 = length(find(numVec>=25 & numV...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fprintf 안에 있는 두번때 i 역할이 뭔지 궁금합니다.
for i = 0 : 255; a = dec2bin(i); fprintf ('%i test\n', i) end 이런 느낌으로 코드를 간단하게 만들어 보았는데 fprintf 안에서 %i는 몇번째인지를 나타...
mehr als 4 Jahre vor | 1 Antwort | 0