jang geun choi -凯发k8网页登录
pusan national university
i'm a student studying ocean science using matlab.
统计数据
0 个提问
4
14
cody28
841
排名
4,072
of 277,885
声誉
10
贡献数
0 个提问
4
回答接受率
0.00%
收到投票数
3
排名
1,849 of 18,801
声誉
946
平均
5.00
贡献数
14
下载次数
62
all time 下载次数
2483
排名
147
of 129,101
贡献数
28
841
评分
7,540
徽章数量
8
贡献数
0 帖子
贡献数
0
平均
贡献数
0
平均赞数
content feed
已提交
calculate wave and its energy
6 years 前 | 4 次下载 |
已提交
simulate two-dimensional wave
6 years 前 | 3 次下载 |
已解决
feel free to copy paste all the tests and voila you solved the problem
6 years 前
问题
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...
6 years 前 | 2 | 84 个解题者
问题
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...
6 years 前 | 4 | 141 个解题者
问题
4x - 2y 6z=8 2x 8y 2z=4 6x 10y 3z=0 find x,y,z. output should be a=[x;y;z].
6 years 前 | 5 | 68 个解题者
问题
a=[1] save variable a that is located in workspace into current folder. file name should be 'a.mat'
6 years 前 | 4 | 78 个解题者
问题
from x = 4 3 5 1 5 1 to y = 4 3 5 1 ...
6 years 前 | 6 | 111 个解题者
问题
vector is a matrix whose size is 1 x n or n x 1. change matrix to vector. x = 4 3 5 1 ...
6 years 前 | 7 | 183 个解题者
问题
there is a log that have base 5. how to calculate? log5(x)?
6 years 前 | 11 | 169 个解题者
问题
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
6 years 前 | 7 | 153 个解题者
已提交
simulate wave in the open boundary
6 years 前 | 2 次下载 |
问题
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...
6 years 前 | 5 | 82 个解题者
问题
a=function(r,seta) r is radius of sector, seta is angle of sector, and a is its area.
6 years 前 | 16 | 1253 个解题者
已解决
inspired by problem 2008 created by ziko. in mathematics, the persistence of a number is the *number of times* one must apply...
6 years 前
已解决
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: ...
6 years 前
已解决
make a plot and test
6 years 前
已解决
access the diagonal elements of a matrix without 'diag' function
6 years 前
已解决
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...
6 years 前
已解决
f = [1 1 2 3 5 8 13 ...] if n=6, f(6)=8
6 years 前
已解决
given a, b and c, return the solution of the following quadratic equation: a*x^2 b*x c = 0.
6 years 前
已解决
find the square root (y) of an input (x).
6 years 前
已解决
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 ...
6 years 前
已解决
for e.g. in = [3 2 1] out = [1 1 1 0]
6 years 前
已解决
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...
6 years 前
已解决
given a matrix x, find the largest prime number in x.
6 years 前
已解决
given a polynomial equation coefficients in a vector p, you have to return its value at x. example: for inputs p and x ...
6 years 前
已解决
given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'
6 years 前
已解决
sum the real and imaginary parts of a complex number. example c = 1 2i has the solution 1 2 = 3
6 years 前
已解决
let input='a' output=97
6 years 前