photo

Alexander H


Last seen: 3 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

1 Question
1 Réponse

File Exchange

1 Fichier

Cody

0 Problèmes
14 Solutions

RANG
35 578
of 301 800

RÉPUTATION
1

CONTRIBUTIONS
1 Question
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
1

RANG
17 655 of 21 411

RÉPUTATION
4

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
42

RANG
33 826
of 176 593

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
150

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • First Submission
  • First Answer
  • Revival Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


kth permutation in lexicographical order
This function return the kth permutation in lexicographical order.

environ 7 ans il y a | 2 téléchargements |

0.0 / 5

Réponse apportée
Convert Matlab string to wchar in C-Mex under Windows and Linux
Jan, thanks for your post. Recently, I got entangled in passing Chinese word (non-latin character) from Matlab to mex. I tri...

plus de 7 ans il y a | 0

A résolu


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

plus de 8 ans il y a

A résolu


Divisible by 8
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 7
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 9
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 6
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 9 ans il y a

A résolu


Divisible by 3
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 4
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

presque 9 ans il y a

A résolu


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

presque 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

Question


How to read fortran formatted data from a text file? (for example: 0.556802469135838D+00)
I got a file with contents like follow: * 0.139200617284040D+00 * 0.139200617284039D+00 * 0.556802469135838D+00...

plus de 11 ans il y a | 1 réponse | 1

1

réponse