Statistiques
RANG
124
of 300 759
RÉPUTATION
1 020
CONTRIBUTIONS
2 Questions
356 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
118
RANG
of 21 081
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
Feeds
Why READTABLE skips the first line ?
You can modify the behaviour of read table function by optional arguments. What you want to do it specify the Number of header l...
8 mois il y a | 0
How to invoke a .NET-method which expects a .NET-struct as parameter?
You can follow the type converstion between Matlab and .NET here https://www.mathworks.com/help/matlab/matlab_external/handle-m...
8 mois il y a | 0
Why can't my standalone desktop app find the path to my support files?
You can try loading them using relative paths instead of ctfroot. So in case of the image you can try the following imagePath =...
8 mois il y a | 0
Convert string into datetime
you can simply use the datetime function to convert a string into datetime type dt_string = ["2023-10-31 01:02:03" "2023-11-01 ...
environ un an il y a | 0
Servicing Python Matlab API queries
I would suggest use .NET or Java to run the external process. This would return you a .NET or java object which have functions t...
environ un an il y a | 0
A résolu
String Logic 14
Examples: 'DIG' --> 'HRN' 'KIMBALL' --> 'VRZDBXX' 'DEAL' --> 'HJBX' 'LIMB' --> 'XRZD' 'MADE' --> 'ZBHJ' 'CHEF' --> 'FPJL'
plus d'un an il y a
A résolu
String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...
plus d'un an il y a
A résolu
String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76
plus d'un an il y a
A résolu
String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...
plus d'un an il y a
A résolu
String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'
plus d'un an il y a
A résolu
String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...
plus d'un an il y a
A résolu
Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON
plus d'un an il y a
A résolu
Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter
plus d'un an il y a
A résolu
Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...
plus d'un an il y a
A résolu
String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89
plus d'un an il y a
A résolu
String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO
plus d'un an il y a
A résolu
String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488
plus d'un an il y a
A résolu
String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'
plus d'un an il y a
A résolu
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
plus d'un an il y a
A résolu
Laws of motion 5
Calculate the force is u are given mass and acceleration.
plus d'un an il y a
A résolu
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
environ 2 ans il y a
A résolu
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...
environ 2 ans il y a
A résolu
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
environ 2 ans il y a









