photo

Mohammad Sami


Last seen: 4 giorni fa Attivo dal 2014

Followers: 1   Following: 0

Statistica

All
MATLAB Answers

2 Domande
353 Risposte

Cody

0 Problemi
155 Soluzioni

RANK
123
of 298.237

REPUTAZIONE
1.020

CONTRIBUTI
2 Domande
353 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
118

RANK
 of 20.553

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
1.031
of 160.651

CONTRIBUTI
0 Problemi
155 Soluzioni

PUNTEGGIO
2.123

NUMERO DI BADGE
10

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 24 Month Streak
  • Indexing II Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Knowledgeable Level 5
  • Pro
  • Revival Level 2
  • First Answer
  • Speed Demon
  • Solver

Visualizza badge

Feeds

Visto da

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

6 mesi fa | 0

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

6 mesi fa | 0

Risolto


String Logic 14
Examples: 'DIG' --> 'HRN' 'KIMBALL' --> 'VRZDBXX' 'DEAL' --> 'HJBX' 'LIMB' --> 'XRZD' 'MADE' --> 'ZBHJ' 'CHEF' --> 'FPJL'

10 mesi fa

Risolto


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

10 mesi fa

Risolto


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

10 mesi fa

Risolto


String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...

10 mesi fa

Risolto


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

10 mesi fa

Risolto


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

10 mesi fa

Risolto


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

10 mesi fa

Risolto


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

10 mesi fa

Risolto


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

10 mesi fa

Risolto


String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89

10 mesi fa

Risolto


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

10 mesi fa

Risolto


String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488

10 mesi fa

Risolto


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

10 mesi fa

Risolto


Total energy

10 mesi fa

Risolto


Potential energy calculation

10 mesi fa

Risolto


Kinetic energy calculation

10 mesi fa

Risolto


Laws of motion 1

10 mesi fa

Risolto


Laws of motion 2

10 mesi fa

Risolto


Laws of motion 3

10 mesi fa

Risolto


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

10 mesi fa

Risolto


Laws of motion 5
Calculate the force is u are given mass and acceleration.

10 mesi fa

Risolto


Laws of motion 6

10 mesi fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

oltre un anno fa

Risposto
How to calculate the deviation or difference between two arrays of datetime?
Here is something to start you off. H = readtable('https://www.mathworks.com/matlabcentral/answers/uploaded_files/1501395/H4L.t...

oltre un anno fa | 1

| accettato

Risposto
Error using == Matrix dimensions must agree
I assume you are trying to extract a number from the file name. Your code assumes that the file name is 4 characters or longer....

circa 2 anni fa | 0

Carica altro