Community Profile

photo

Talat Kepezkaya


Last seen: 約2ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

Hi :)

Programming Languages:
Python, C++, C, MATLAB, Arduino, VHDL
Spoken Languages:
English, Turkish

統計

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • Explorer

バッジを表示

Feeds

表示方法

解決済み


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

1年以上 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

1年以上 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Draw a '1' in a zero matrix!

2年弱 前

解決済み


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

2年弱 前

解決済み


SatCom #1: Wavelength of an electomagnetic wave
*Satellite and Space Engineering - Problem #1* _This is the first of a series of problems looking at topics in satellite and ...

2年弱 前

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

2年弱 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

2年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

2年弱 前

解決済み


Find the max element of the array
Find the max element of the array

2年弱 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2年弱 前

解決済み


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

2年弱 前

解決済み


to the 2 all elements
to the 2 all elements

2年弱 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

2年弱 前

解決済み


Double all elements in the array
Duplicate all elements in the array

2年弱 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

2年弱 前

解決済み


Draw a '0' in a one matrix!

2年弱 前

解決済み


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

2年弱 前

解決済み


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

2年弱 前

解決済み


Energy Conversion 2

2年弱 前

解決済み


Energy Conversion 1

2年弱 前

解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

2年弱 前

解決済み


Area Conversion 2

2年弱 前

解決済み


Area Conversion 1

2年弱 前

解決済み


Mass Conversion 2

2年弱 前

解決済み


Mass Conversion 1

2年弱 前

解決済み


Temperature Conversion 3

2年弱 前

さらに読み込む