photo

Giovanni Testa


Last seen: 2 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver

查看徽章

Feeds

排序方式:

已解决


Back to basics - mean of corner elements of a matrix
Calculate the mean of corner elements of a matrix. e.g. a=[1 2 3; 4 5 6; 7 8 9;] Mean = (1+3+7+9)/4 = 5

6 months 前

已解决


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

6 months 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 months 前

提问


Problema con plot di dati, ricevo il messaggio "In workspace belonging to" e la compilazione non procede
Ho scritto un codice in cui viene creata una figure tramite un plot e successivamente dentro un ciclo for vado a modificare YDat...

6 months 前 | 1 个回答 | 0

1

个回答

已解决


Sum of adjacent elements in a vector
Given a vector v, return a vector s containting the sum of every two adjacent elements in the vector. Every element s(i) cont...

6 months 前