photo

Isabel Rojas-Ferrer


University of Missouri-Saint Louis

Active since 2016

Followers: 0   Following: 0

Message

I am a Master's Student in the Ecology, Evolution and Systematics program at the University of Missouri-Saint Louis. Specifically, I am specialising in cognitive ecology, where my thesis focuses on choice algorithms.

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
168,416
of 301,172

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


What does 'Undefined operator '*' for input arguments of type 'table'' mean?
I have defined all the values to the following equation ViNew(t,k) = (alpha)*(ViOld)*(t - 1)+(1 - alpha)*Qi(t) and have ...

10 years ago | 1 answer | 0

1

answer

Question


What is wrong with my function?
function LinearOperator set S=data for t=S(:,1) if t=1 then ViOld=0 else set ViOld=S(t,2) end ...

10 years ago | 1 answer | 0

1

answer