Community Profile

photo

MD ZIHADUL ISLAM TUSAR


KUET

Attivo dal 2020

No one.

Programming Languages:
C++
Spoken Languages:
English

Statistiche

All
  • 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

Visualizza badge

Content Feed

Visto da

Risolto


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

5 mesi fa

Risolto


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

5 mesi fa

Risolto


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

5 mesi fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Factorial

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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]

oltre un anno fa

Risolto


sign function

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Positive Infinity
Round the array a towards positive infinity

oltre un anno fa

Risolto


Negative Infinity
Round the given array a towards negative infinity.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


step function

oltre un anno fa

Risolto


Set zero

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


PIN code

oltre un anno fa

Risolto


Size

oltre un anno fa

Risolto


Matrix operation

oltre un anno fa

Risolto


Real

oltre un anno fa

Risolto


area

oltre un anno fa

Risolto


find the height

oltre un anno fa

Risolto


delta x

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Carica altro