photo

Ikmal Rosli


Last seen: 3 giorni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

2 Domande
0 Risposte

Cody

0 Problemi
5 Soluzioni

RANK
152.304
of 300.369

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
53.640
of 168.436

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
62

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 2
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

5 mesi fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

5 mesi fa

Risolto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

circa un anno fa

Domanda


textscan gives empty cells?
Hello, I am trying to extract a table of data using textscan(). But I keep getting empty cells. How do I solve this? httpurl=...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risolto


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

circa 2 anni fa

Domanda


Concatenating matrices in a structure with same size into a 3D array.
Hello, I have a structure consisting of 25 matrices, all of the same sizes, 5750 x 360. I am trying to figure out how I can co...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risolto


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

quasi 4 anni fa