photo

Lim Junha


Attivo dal 2017

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

1 Domanda
0 Risposte

Cody

0 Problemi
7 Soluzioni

RANK
243.094
of 301.428

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 21.271

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
49.510
of 174.497

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
80

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

quasi 9 anni fa

Risolto


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

quasi 9 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 9 anni fa

Domanda


problem with using GPU in matlab
Hi i have a problem with using GPU in matlab. I bought GTX 1050 ti last week and connected to my computer. After then, i ran a...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Risolto


Min of a Matrix
Return the minimum value in the given matrix.

quasi 9 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

quasi 9 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

quasi 9 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 9 anni fa