photo

MD ZIHADUL ISLAM TUSAR


KUET

Active since 2020

Followers: 0   Following: 0

No one.

Programming Languages:
C++
Spoken Languages:
English

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

4 Files

Cody

0 Problems
319 Solutions

RANK
174 865
of 300 442

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
11 947 of 20 997

REPUTATION
36

AVERAGE RATING
0.00

CONTRIBUTIONS
4 Files

DOWNLOADS
79

ALL TIME DOWNLOADS
296

RANK
502
of 168 928

CONTRIBUTIONS
0 Problems
319 Solutions

SCORE
3 663

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • First Submission
  • Explorer
  • MATLAB Mini Hack 2022 Participant
  • Cody 10th Anniversary 10-Day Streak
  • Introduction to MATLAB Master
  • First Answer
  • Community Group Solver
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Solved


Replace x value into y value in string text.
Replace x value into y value in string text. Example text='Hello World' x='World', y='Universe' result='Hello Universe'.

ungefär 2 år ago

Solved


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

ungefär 2 år ago

Solved


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

ungefär 2 år ago

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

mer än 2 år ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

mer än 2 år ago

Solved


Factorial

ungefär 3 år ago

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

ungefär 3 år ago

Solved


BASICS - sum part of vector
Please make a function, where as input you get vector "x" and and vector "c", where in "c" vector you get indexes to sum. Examp...

ungefär 3 år ago

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

ungefär 3 år ago

Solved


sign function

ungefär 3 år ago

Solved


Polynomial Multiplication
Multiply two polynomial equation.Given polynomial coefficients a and b.

ungefär 3 år ago

Solved


Positive Infinity
Round the array a towards positive infinity

ungefär 3 år ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

ungefär 3 år ago

Solved


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

ungefär 3 år ago

Solved


step function

ungefär 3 år ago

Solved


Set zero

ungefär 3 år ago

Solved


F.R.I.E.N.D.S

ungefär 3 år ago

Solved


PIN code

ungefär 3 år ago

Solved


Size

ungefär 3 år ago

Solved


Matrix operation

ungefär 3 år ago

Solved


Real

ungefär 3 år ago

Solved


area

ungefär 3 år ago

Solved


find the height

ungefär 3 år ago

Solved


delta x

ungefär 3 år ago

Solved


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

ungefär 3 år ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

ungefär 3 år ago

Solved


Back to basics 12 - Input Arguments
Covering some basic topics I haven't seen elsewhere on Cody. Return a value equal to the number of input arguments to the fun...

ungefär 3 år ago

Solved


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

ungefär 3 år ago

Solved


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

ungefär 3 år ago

Solved


Log of a number
Write a script that will give the log of x as output.

ungefär 3 år ago

Load more