akihisa yorozu - MATLAB Central
photo

akihisa yorozu


Attivo dal 2021

Followers: 0   Following: 0

Pro Audio

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

CodyFrom 08/21 to 03/25Use left and right arrows to move selectionFrom 08/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problemi
415 Soluzioni

RANK
N/A
of 297.870

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.500

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
278
of 159.704

CONTRIBUTI
0 Problemi
415 Soluzioni

PUNTEGGIO
5.381

NUMERO DI BADGE
19

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Project Euler I
  • Commenter
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Solver
  • First Review

Visualizza badge

Feeds

Visto da

Risolto


Circular Primes (based on Project Euler, problem 35)
The number, 197, is called a circular prime because all rotations of the digits: 197, 971, and 719, are themselves prime. The...

19 giorni fa

Risolto


Pandigital number n°3 (Inspired by Project Euler 32)
After Problem 2319 and 2320. An n-digit number is pandigital if it makes use of all the digits 1 to n exactly ONCE. For examp...

19 giorni fa

Risolto


Pandigital number n°2 (Inspired by Project Euler 32)
After Problem 2319. An n-digit number is pandigital if it makes use of all the digits 1 to n exactly ONCE. For example, the 5-...

19 giorni fa

Risolto


Pandigital number n°1 (Inspired by Project Euler 32)
A little warm-up to begin... An n-digit number is pandigital if it makes use of all the digits 1 to n exactly ONCE. For ex...

19 giorni fa

Risolto


I've got the power! (Inspired by Project Euler problem 29)
Consider all integer combinations of a^b and b^a for the integer values 2 ≤ a ≤ 4 and 2 ≤ b ≤ 5: 2^2=4, 2^3=8, 2^4=16,...

19 giorni fa

Risolto


Current through resistor
Three resistors (R2, R3, R4) are connected in parallel as shown in the figure. If this combination is connected in series with ...

19 giorni fa

Risolto


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

19 giorni fa

Risolto


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

19 giorni fa

Risolto


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

19 giorni fa

Risolto


Find the Pattern 10

11 mesi fa

Risolto


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

oltre un anno fa

Risolto


Sum of big primes without primes
Inspired by Project Euler n°10 (I am quite obviously a fan). With problem n°250 by Doug, you can find some global methods to co...

oltre un anno fa

Risolto


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

oltre un anno fa

Risolto


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

oltre un anno fa

Risolto


Nth root
Nth root of a number x

oltre un anno fa

Risolto


Square root of number
Square root of given number.

oltre un anno fa

Risolto


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

oltre un anno fa

Risolto


Mile to Kilometer
x is mile and y is km

oltre un anno fa

Risolto


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

oltre un anno fa

Risolto


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

oltre un anno fa

Risolto


Test if a number is numeric or not
Test if a number is numeric or not

oltre un anno fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

oltre un anno fa

Risolto


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

oltre un anno fa

Risolto


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

oltre un anno fa

Risolto


Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...

oltre un anno fa

Risolto


find whether it is prime or not
For a given number find if its prime

oltre un anno fa

Risolto


Sum of integers numbers
Sum of the numbers from 1 to 100

oltre un anno fa

Risolto


square root
Find square root of given number

oltre un anno fa

Risolto


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

oltre un anno fa

Risolto


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

oltre un anno fa

Carica altro