Community Profile

photo

Rafael Schwarzenegger


Last seen: más de 1 año hace Con actividad desde 2017

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
vlookup 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...

alrededor de 4 años hace | 0

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


indexing problem in parfor
Even having code, which should run in parralel, Matlab writes: valid indeces for 'ndLog' are restricted in PARFOR loops. Would ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


hide message for fmincon
Hello, I would like to hide the output message bellow for running the fuction fmincon. Thank you very much. Lo...

casi 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas