Community Profile

photo

Vladimir


ETH Zurich

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Submitted


MATLAB project manager
Missing command-line project manager for MATLAB.

11 years ago | 2 downloads |

Question


How to know starting which MATLAB release a particular function was implemented?
Is it possible to know which MATLAB release has introduced a particular function? For instance R2013b warns about "quad" sug...

11 years ago | 2 answers | 2

2

answers

Question


Getting list of opened documents in correct order
Hi everyone, new features of MATLAB R2011a Editor API allow one to get all opened documents with this method: matlab.desktop...

12 years ago | 0 answers | 1

0

answers

Submitted


Save and load data to a MAT-file in temporary directory
Save and load temporary results to a MAT-file inside $TEMP$ directory

12 years ago | 3 downloads |

Question


Answers vs Newsgroup
Could you please explain in a nutshell - what is the difference between MATLAB Answers and MATLAB Newsgroup? E.g. which question...

12 years ago | 3 answers | 2

3

answers

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

12 years ago

Solved


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

12 years ago

Solved


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

12 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago