Statistics
All
RANK
3,864
of 295,569
REPUTATION
14
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
7 years ago
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 ...
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 ...
7 years ago | 2
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}...
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}...
11 years ago | 3
| accepted