photo

Jang geun Choi


Pusan national university

Last seen: mehr als 2 Jahre vor Aktiv seit 2014

Followers: 2   Following: 0

Nachricht

I'm a student studying ocean science using matlab.

Statistik

All
MATLAB Answers

0 Fragen
4 Antworten

File Exchange

14 Dateien

Cody

28 Probleme
841 Lösungen

RANG
4.902
of 300.343

REPUTATION
10

BEITRÄGE
0 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
3

RANG
1.878 of 20.926

REPUTATION
983

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
14 Dateien

DOWNLOADS
18

ALL TIME DOWNLOADS
2854

RANG
177
of 168.172

BEITRÄGE
28 Probleme
841 Lösungen

PUNKTESTAND
7.540

ANZAHL DER ABZEICHEN
8

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Triathlon 2nd Place
  • Scavenger Finisher
  • Knowledgeable Level 1
  • First Answer
  • Likeable
  • Quiz Master
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 5
  • First Submission
  • Famous
  • Puzzler
  • Creator

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Physical oceanography: wave and energy conservation
Calculate wave and its energy

fast 9 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

Gesendet


Physical oceanography: wave equation (two-dimensional)
Simulate two-dimensional wave

etwa 9 Jahre vor | 1 Download |

4.7 / 5
Thumbnail

Gelöst


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

etwa 9 Jahre vor

Problem


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

etwa 9 Jahre vor | 2 | 92 Lösungsvorschläge

Problem


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

etwa 9 Jahre vor | 4 | 149 Lösungsvorschläge

Problem


Solve the system of linear equations
4x - 2y +6z=8 2x + 8y +2z=4 6x + 10y +3z=0 Find x,y,z. Output should be a=[x;y;z].

etwa 9 Jahre vor | 5 | 75 Lösungsvorschläge

Problem


Save variables
a=[1] Save variable a that is located in workspace into current folder. File name should be 'a.mat'

etwa 9 Jahre vor | 4 | 83 Lösungsvorschläge

Problem


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

etwa 9 Jahre vor | 6 | 115 Lösungsvorschläge

Problem


Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...

etwa 9 Jahre vor | 7 | 197 Lösungsvorschläge

Problem


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

etwa 9 Jahre vor | 11 | 184 Lösungsvorschläge

Problem


Calculate some equation
Using given inputs x and z, make two outputs that are y1=(xz)/(x/z)^2+14x^2-0.8z^2 y2=x^z-z^x+(x/z)^2-(z/x)^2

etwa 9 Jahre vor | 7 | 161 Lösungsvorschläge

Gesendet


Physical oceanography: wave equation (open boundary)
Simulate wave in the open boundary

etwa 9 Jahre vor | 3 Downloads |

5.0 / 5
Thumbnail

Problem


Calculate inverse matrix in m by n matrix
x=(1:10)' y=roundn(2*x+7*rand(size(x)),-1) a*x=y Estimate a using inverse matrix calculation. This is principle of li...

etwa 9 Jahre vor | 5 | 86 Lösungsvorschläge

Problem


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area.

etwa 9 Jahre vor | 21 | 2994 Lösungsvorschläge

Gelöst


Additive persistence
Inspired by Problem 2008 created by Ziko. In mathematics, the persistence of a number is the *number of times* one must apply...

etwa 9 Jahre vor

Gelöst


Polynomial division
Divide a polynomial u by polynomial v and return the quotients only. Example: u = x^4+3*x^3+5*x+3 v = x^2+1 Answer: ...

etwa 9 Jahre vor

Gelöst


Make a Plot with Functions
Make a plot and test

etwa 9 Jahre vor

Gelöst


Accessing elements on the diagonal
Access the diagonal elements of a matrix without 'diag' function

etwa 9 Jahre vor

Gelöst


Remove NaNs and numbers adjacent to NaNs
The aim is to remove the elements before and after NaN occurrences inside a vector. For example: x = [6 10 5 8 9 NaN 23 1...

etwa 9 Jahre vor

Gelöst


Calculate the nth Fibonacci number USING 'Golden Ratio' concept
f = [1 1 2 3 5 8 13 ...] If n=6, f(6)=8

etwa 9 Jahre vor

Gelöst


Solving a quadratic equation
Given a, b ​​and c, Return the solution of the following quadratic equation: a*x^2 + b*x + c = 0.

etwa 9 Jahre vor

Gelöst


square root
Find the square root (y) of an input (x).

etwa 9 Jahre vor

Gelöst


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

etwa 9 Jahre vor

Gelöst


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

etwa 9 Jahre vor

Gelöst


Find out magnitude of vector
Find out magnitude of vector. Say x=[1 2 3], then answer must sqrt(1^2+2^2+3^2) Please don't use sum function. If you l...

etwa 9 Jahre vor

Gelöst


Largest Prime Number
Given a matrix X, find the largest prime number in X.

etwa 9 Jahre vor

Gelöst


Evaluate Polynomial
Given a polynomial equation coefficients in a vector p, you have to return its value at x. Example: For inputs p and x ...

etwa 9 Jahre vor

Gelöst


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

etwa 9 Jahre vor

Gelöst


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

etwa 9 Jahre vor

Gelöst


ascii value
let input='a' output=97

etwa 9 Jahre vor

Mehr laden