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.

bijna 11 jaar ago | 1 download |

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...

ongeveer 11 jaar 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...

bijna 12 jaar 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

bijna 12 jaar 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...

bijna 12 jaar ago | 3 answers | 2

3

answers

Solved


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

ongeveer 12 jaar 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 ...

ongeveer 12 jaar 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".

ongeveer 12 jaar 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 ...

ongeveer 12 jaar ago

Solved


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

ongeveer 12 jaar 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:...

ongeveer 12 jaar 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...

ongeveer 12 jaar ago