
C
Spoken Languages:
English
Statistiques
RANG
1 267
of 277 851
RÉPUTATION
44
CONTRIBUTIONS
5 Questions
15 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
8
RANG
of 18 799
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
How to take the mean of each four adjacent position in a matrix?
A=randi(10,1536,2048); % test Matrix M=zeros(768,1024); % result Matrix for row=1:768 for col=1:1024 M(row,col...
12 mois il y a | 1
| A accepté
Question
Can not create MATLAB string without MATLAB runtime being initialized.
I create a .NET assembly using a function written in MATLAB. When I want to create a MATLAB String using MWStringArray Class, it...
environ un an il y a | 1 réponse | 0
0
réponseQuestion
expression error in Documentation
I think the expression in the image shown below should be , whose derivative is equal to ! Documentation Link
environ un an il y a | 1 réponse | 0
1
réponseQuestion
importrobot but can not show visual geometries.
I try to import a robot model by using importrobot function with the input is a Simscape Multibody model. However, when I s...
environ un an il y a | 1 réponse | 0
1
réponseA résolu
03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...
plus de 2 ans il y a
A résolu
Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...
plus de 2 ans il y a
A résolu
Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...
plus de 2 ans il y a
A résolu
Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?
plus de 2 ans il y a
A résolu
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
plus de 2 ans il y a
A résolu
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
plus de 2 ans il y a
A résolu
Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...
plus de 2 ans il y a
A résolu
Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...
plus de 2 ans il y a
A résolu
Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1
plus de 2 ans il y a
A résolu
Distance walked 2D
Suppose you go from x-y coordinates [3,4] to [0,0] to [0,1] to [1,1], then you walked 7 units of distance.
plus de 2 ans il y a
A résolu
Create a square matrix of multiples
Given an input, N, output a matrix N x N with each row containing multiples of the first element of each row. This also applies...
plus de 2 ans il y a
A résolu
Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...
plus de 2 ans il y a
A résolu
Sum of diagonals elements of a matrix
Given a matrix, return the sum of all the elements across the diagonals. E.g. A = [1 2 3; 4 5 6; 7 8 9;...
plus de 2 ans il y a
A résolu
Calculate square and cube of number
Calculate square and cube of number x
plus de 2 ans il y a