photo

Mohsen Nosratinia


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
2 Answers

Cody

0 Problems
1 Solution

RANK
3,522
of 300,499

REPUTATION
16

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
119,618
of 169,381

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

8 years ago | 3

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

12 years ago | 3

| accepted