photo

DONGUK KIM


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
250.580
of 300.381

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
44.44%

ERHALTENE STIMMEN
0

RANG
 of 20.941

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.477

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 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Warning using integral function: Function behaves unexpectedly on array inputs
fplot(@(E) Current(E)) Current(1) function test_integral = Current(V) test_integral = integral(@(E) temp(E,V), -inf...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using integral to define a function
So I'm trying to define a function which has an integral inside. Below is a simplified version of the function with the same er...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error printing double format value
Hi I'm having a problem right now using print() to print double format value. The problem occured in a longer code but since the...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Invalid permission error with fopen()
for i = 1:30 fid = fopen('%d.asc', i, 'r'); C = textscan(fid, '%s%s', 'Delimiter',',', 'HeaderLines', 1); for k =...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Invalid permission error with fopen()
for i = 1:30 fid = fopen('%d.asc', i, 'r'); C = textscan(fid, '%s%s', 'Delimiter',',', 'HeaderLines', 1); for k =...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting a 3D line on a surface plot
I want to plot a 3D line y = A.*((1+(9/4).*x).^(3/2)-1); z = x.^(3/2); on the surface z = x.^(3/2); so basically I want tw...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating 3D plot from a n*n matrix
I wanted to create a 3D plot from a 100*100 matrix, with two other vectors with length 100 that serves as the axis for the plot....

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Function not accepting all available x values
So I wrote a simple code to get a plot of a function x = linspace(0,100,101); y = 4*x.*(x+1) / (4*x.*(x+1) + (sin( 8*sqrt(...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to read multiple excel files with pattern in their names
As the title says, I want to read multiple excel files that have a pattern in their names. The file names start from 1000 to 10...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten