photo

Mehdi Dehghan


Opencadd Advanced Technology

自 2022 起处于活动状态

Followers: 0   Following: 0

消息

Opencadd Advanced Technology (PhD Electronic Engineering)

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

All
MATLAB Answers

0 个提问
1 个回答

Cody

1 个问题
1645 个答案

排名
268,487
of 300,753

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
44
of 170,858

贡献数
1 个问题
1645 个答案

评分
20,877

徽章数量
58

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Cody Contest 2025 Finishers
  • Strings III Master
  • First Review
  • Explorer
  • Number Manipulation I Master
  • Matrix Manipulation II Master
  • Sequences And Series II Master
  • Computational Geometry IV Master
  • Magic Numbers II Master
  • Sequences And Series I Master
  • Matrix Patterns I Master

查看徽章

Feeds

排序方式:

已解决


convert binary string to vector!!!

18 days 前

已解决


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

18 days 前

已解决


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

18 days 前

已解决


cube of number
find cube of number

18 days 前

已解决


divide by 5

18 days 前

已解决


Number Power
Raise a number to itself.

18 days 前

已解决


Modulation index
The amplitude of the carrier signal is 2V and the amplitude of the modulating signal is 8V. Find its modulation index.

18 days 前

已解决


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

18 days 前

已解决


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]

18 days 前

已解决


Ordinary Annuity : Periodic Payments (Future Value)
Theorem : Future Value of an Ordinary Annuity where; F : Future value A : Periodic payment r : Rate per period n : Numbe...

18 days 前

已解决


Find the Nth number in the 4-sequence
Find the Nth number in the 4-sequence. 4, 8, 12, 16, 24, 28, 32, 36, 44 ... Hint: Refer test suites

18 days 前

已解决


Find the Nth number in the 3-sequence
Find the Nth number in the 3-sequence. 3, 6, 9, 12, 15, 18, 21, 24, 27, 33 ... Hint: Refer test suites

18 days 前

已解决


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

18 days 前

已解决


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

18 days 前

已解决


Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...

18 days 前

已解决


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

18 days 前

已解决


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

18 days 前

已解决


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

18 days 前

已解决


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

18 days 前

已解决


Exponents
Set a varible y = to x^2

18 days 前

已解决


find the value

19 days 前

已解决


Cody problems in French : Trouvez la logique Pt.2
Trouvez la logique entre x et y, aidez-vous de la test suite. Bon courage. P.S: L'utilisation de "^" est de nouveau fortement...

19 days 前

已解决


Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...

19 days 前

已解决


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

19 days 前

已解决


Real

19 days 前

已解决


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

19 days 前

已解决


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]

19 days 前

已解决


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...

19 days 前

已解决


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

19 days 前

加载更多