photo

Jason


Last seen: 12日 前 2025 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
91 解答

ランク
N/A
of 300,779

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
3,956
of 170,997

コントリビューション
0 問題
91 解答

スコア
1,058

バッジ数
3

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


find the value

17日 前

解決済み


Real

17日 前

解決済み


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

17日 前

解決済み


Create a code for XNOR
Given two inputs, output XNOR of those two

17日 前

解決済み


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

17日 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

17日 前

解決済み


Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...

17日 前

解決済み


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

17日 前

解決済み


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

17日 前

解決済み


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

17日 前

解決済み


Back to basics 5 - Clipboard
Covering some basic topics I haven't seen elsewhere on Cody. Copy the input string to the clipboard

17日 前

解決済み


Indirect Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...

17日 前

解決済み


prime test 2
enter the only non prime,non composite number

17日 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

17日 前

解決済み


Probability of red tulips
I hope to give you bulbs of tulip. But I do not know the color of those petals. I just know that the color is red, white or yell...

17日 前

解決済み


Step up
For given input array, output a array with all elements step up by two

17日 前

解決済み


Solve expression II
Solve given expression. alpha=0.1(-x-y-50)/(exp((-x-y-50)/10)-1) beta=5exp((-x+y-60)/20) result=alpha+beta;

17日 前

解決済み


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

17日 前

解決済み


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

17日 前

解決済み


Area of the yellow shaded region

17日 前

解決済み


Calculate the values of a polynomial.
Calculate the values of a polynomial.Input parameter p - vector of polynomial coefficients, x - matrix of the argument values. ...

17日 前

解決済み


Function substitution (2)
Evaluate the function for the given values of the variables N and t

17日 前

解決済み


number play

17日 前

解決済み


Choose the best fitting dominoes
You will be given a cell array of nx2 matrices. Choose one row from each matrix. These are the ordered pairs that will be placed...

17日 前

解決済み


Create tangent function out of sine function only
Please don't use cosine and tangent functions

17日 前

解決済み


Volume of Cylindrical Shell

17日 前

解決済み


Generate a list of composite numbers

17日 前

解決済み


Find NaNs in the matrix
Return 1s wherever there is a NaN in the input matrix

17日 前

解決済み


imaginary

17日 前

さらに読み込む