Community Profile

photo

Muhammad Raihan Ekaputra Idrisatria


Last seen: 1年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • Personal Best Downloads Level 2
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver
  • Explorer
  • 5-Star Galaxy Level 1
  • First Submission

バッジを表示

Feeds

表示方法

質問


How to remove an unwanted file in dataset for example : ".DS_Store"
I have a problem while importing a dataset with a subfolders "Organic" and "Anorganic". After i check with dir command it shown ...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to deploy a matlab function to raspberry pi 3b+
I've try to deploy a matlab function into my raspberry pi. Bellow is my matlab function and my deployment script : function ra...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


question about an error in deepnetworkdesigner
I've got an error while try to import an augmentedImageDatastore to deepNetworkDesigner bellow is my error message. I Used Matla...

3年弱 前 | 0 件の回答 | 0

0

回答

解決済み


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

約3年 前

解決済み


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

約3年 前

解決済み


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

約3年 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

約3年 前

解決済み


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

約3年 前

解決済み


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

約3年 前

解決済み


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

約3年 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

約3年 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

約3年 前

解決済み


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

約3年 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

約3年 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約3年 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

約3年 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

約3年 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

約3年 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

約3年 前

解決済み


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

3年以上 前

解決済み


Linear system of equations
Solve the system of equations in three variables.

3年以上 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

3年以上 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

3年以上 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3年以上 前

解決済み


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

3年以上 前

解決済み


Return area of square
Side of square=input=a Area=output=b

3年以上 前

送信済み


Bisection Method For Polynomial Roots Finding
Bisection method can be define as a method to find a roots at continuous polynomial between certain range.

3年以上 前 | ダウンロード 1 件 |

Thumbnail

解決済み


Find max
Find the maximum value of a given vector or matrix.

3年以上 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

3年以上 前

解決済み


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

3年以上 前

さらに読み込む