photo

Matthias Schabel


Oregon Health & Science University

Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Message

Professional Interests: medical image processing, MRI

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
25 Solutions

RANK
277,939
of 300,352

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
20,297
of 168,212

CONTRIBUTIONS
0 Problems
25 Solutions

SCORE
260

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Functional programming: looking to create functions that map f(p1,p2,p3,...,pN,x) to g([p1 p2 p3 ... pN],x) and the reverse
I'd like to have two functions, one that takes a function of this form: f=@(p1,p2,...,pN,x); and returns a function handle tha...

3 years ago | 3 answers | 0

3

answers

Answered
selection of the right VARARGOUT
Is there a way to capture the tilde output arguments within a function? For example, I have a function that computes two quantit...

9 years ago | 0