Statistics
RANK
12.074
of 295.467
REPUTATION
4
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Why is getting Uniform Random Numbers so difficult!?!?
rng('shuffle') ?
meer dan 7 jaar ago | 0
Why are the results calculated from the function "fmincon" not stable?
to my understanding, all fmin*** functions are for local minimum only. If your function has multiple local minimizers, then the...
meer dan 7 jaar ago | 0
Question
Incorrect results from parfor
hi, thanks in advance for your help. i am constructing a function which contains a parfor loop, which i am unfamiliar with. Alt...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
regexp: either 'once' or 'all'
Hi, I want to do a search only for the first n times. But it seems the 'options' in regexp can only do 'once' or 'all'. no in...
bijna 11 jaar ago | 2 answers | 0
2
answersERROR: Attempted to access dfi(3); index out of bounds because numel(dfi)=2.
change i=i+1; if sign(dfi(i))~=sign(dfi(i-1)); nihaj=nihaj+1; end to if sign(dfi(i))~=sign(dfi(i-1))...
ongeveer 11 jaar ago | 0
How to form an array of sums?
syms n; x=10; N=100; % N cannot be a vector (if you want N=10:10:100, use a loop instead.) S=double(symsum(x^n/s...
ongeveer 11 jaar ago | 0
use string as a cell array.
january_ns=1, february_ns=2, march_ns=3 month={'january' 'february' 'march' }; eval([month{1},'_ns'])
ongeveer 11 jaar ago | 0
| accepted
Question
How to preserve the percent character '%' when importing data from excel ?
Hi, I am trying to import an excel data using xlsread. But it seems matlab cannot distinguish a cell '20%' from another cell '0...
ongeveer 11 jaar ago | 1 answer | 0