Groups
Groups
Sign in
Groups
Groups
chebfun-users
Conversations
About
Send feedback
Help
easy indexation of chebfun3v
11 views
Skip to first unread message
facundo....@gmail.com
unread,
Mar 12, 2020, 12:55:59 PM
3/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chebfun-users
hello,
I have a 2 element chebfun3v. e.g:
G = chebfun3v(@(x,y,z) x+y+z, @(x,y,z) x+y+3*z);
And I want to evaluate the second element at the values (1,1,1). I know I can define
a = G(2),
then do a(1,1,1). Can this be done in one step?
Behnam Hashemi
unread,
Apr 26, 2020, 5:28:10 PM
4/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chebfun-users
One possible way of ``cheating'' is to use the following one-liner:
feval(G(2),1,1,1)
Reply all
Reply to author
Forward
0 new messages