![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11281069_1522138699942_DEF.jpg)
Rafael Schwarzenegger
Followers: 0 Following: 0
Statistics
RANK
26 217
of 297 016
REPUTATION
1
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
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
Question
Added variable plot for whole model: x-axis meaning
I would like to extend the asnwer question about the adjusted variable plot (bellow), obtained by using the command plotAdded(md...
mer än 4 år ago | 0 answers | 0
0
answersvlookup type matrix creating
This might do: BB = zeros(4,4); for i=1:2 temp = [A(i,1:end-1)==B]; temp = logical(prod(temp,2)); BB(temp,:) = repmat(A(i...
ungefär 5 år ago | 0
Question
vlookup type matrix creating
Hello, I would like to create a vlookup (excel) type operation that searches matrix A in matrix B and creates matrix C. How coul...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
Slicing variable in parfor loop (restricted indexing)
Hello, would somebody please know, why this code isn't sliced? Which is the problematic part. I was trying to figure it out, bu...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
indexing problem in parfor
Even having code, which should run in parralel, Matlab writes: valid indeces for 'ndLog' are restricted in PARFOR loops. Would ...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
how many terms uses the function hypergeom
If we use the matlab build in function hypergeom(N,D,z) which is a infitite sum hypergeom(N,D,z) = sum(k=0:inf, (C(N,k)/C(D...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
multidimensional plot of samples as shown
Hello, I would like to ask, how can I create in Matlab such a plot (https://en.wikipedia.org/wiki/Joint_probability_distribut...
nästan 6 år ago | 0 answers | 0
0
answersQuestion
changing dimension in a loop
Hello, I would like to be changing the dimension in a loop. In other words, I would like to re-write this code in a *single l...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
How to export coefficients names when using rstool?
Hello, if I use Rstool(X,Y,'purequadratic'); it is possible to extract the values of the coefficients by stats =...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
hide message for fmincon
Hello, I would like to hide the output message bellow for running the fuction fmincon. Thank you very much. Lo...
nästan 7 år ago | 1 answer | 1
1
answerQuestion
How can I map a box plot or adjust its values?
Hello, let's have a box plot. The problem I am facing is how map the values by $e^-{\lambda}$ like in the picture. It can't be d...
ungefär 7 år ago | 0 answers | 0
0
answersQuestion
sum of matrix omitting one dimension
Hi, I would like to ask how I could sum over a n dimensional matrix except one dimension, so the output is a vector. The |ndims|...
mer än 7 år ago | 2 answers | 0
2
answersQuestion
matrix indexing all indexes except one
I have got a n^m matrix which changes for every look and would like to store this sequence of matrices. I don't know by default ...
mer än 7 år ago | 2 answers | 0