Statistics
4 Questions
0 Answers
RANK
194.609
of 295.527
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
deleting and adapting columns in matrix of function handles
Hello, If you a matrix that contains function handles, so for example: A = @(x) [x , x^2, x^3; 2*x, 2*x^2, 2*x^3] How c...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
how to create on an efficient way zeros in a symbolic matrix?
hey, I want to create a matrix/array A with size(n,2) (for arbitrary n) such that A(:,1) = zeros(n,1) A([1:n-1],2) = ...
ongeveer 10 jaar ago | 3 answers | 0
3
answersQuestion
matrix product in function handle
hello, I have 2 functions defined: trig = @(y) a(1)/2 + a(2:6)*cos((1:5).'*y) + b(2:6)*sin((1:5).'*y) (with given vecto...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
error when call function
hello, I use matlab for excercises on the university. I declare a function 'benadering_four' and when I ask for benadering_fo...
ongeveer 10 jaar ago | 1 answer | 0