photo

Baptiste Ranguetat


Last seen: mehr als 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Set material and camlight to a specific axis
Hi, i got two axes in a figure, and i want to apply a material and a camlight but it's not working. Is there a solution to fix i...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with figure reduction
Hi, i am plotting robot position that i update with a while loop on a figure, but there is an issue. I cannot reduce the window....

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I calculate the mean value for the days in a big data set?
meanData = zeros(1,11); for i=1:11 meanData(i) = mean(data(:,i)); end

mehr als 7 Jahre vor | 0