photo

Mohsen Nosratinia


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
2 Réponses

Cody

0 Problèmes
1 Solution

RANG
3 500
of 297 457

RÉPUTATION
16

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
6

RANG
 of 20 438

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
125 844
of 158 938

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A résolu


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

environ 7 ans il y a

Réponse apportée
Is it possible to force single precision instead of double precision when generating code from simulink?
Check the "Code Replacement Library" option in Simulation -> Model Configuration parameters -> Code Generation -> Interface. If ...

plus de 7 ans il y a | 3

Réponse apportée
Matlab. Find the indices of a cell array of strings with characters all contained in a given string (without repetition)
You can sort the strings and then match them using regular expression. For your example the pattern will be |^a{0,2}c{0,1}t{0,1}...

plus de 11 ans il y a | 3

| A accepté