Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

meer dan 6 jaar ago

Solved


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

meer dan 6 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

meer dan 6 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...

meer dan 6 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:...

meer dan 6 jaar ago

Question


Quick,dumb question with imshow
Hello, thanks for answering, I have a question about imshow, and how it processes the greyscale image matrix. In <http://i...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Helo with image resize when zooming in
Hello, thanks for looking at this, I was hoping to get some advice with a problem I have: when I try to set the cdata of a ne...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


MATLAB plots problem: plot out of axes bounds on rotation
Hello, thanks for looking at this, I have a problem with a plot I have in MATLAB: basically, the plot goes out of the bounds of ...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


Quick question about imagesc, colormaps and colorbars
Hello, I have a question about an imagesc plot I create animations for, and why I get such a wildly changing colorbar. Basica...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


Problem with colormapeditor not reading max and min or custom cmap
Hello, thanks for reading this, I'm having trouble with colormapeditor. I defined my own custom cmap and applied it, and it l...

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


Question about plotting same network multiple times in subplot with same color range
Hello, thanks for looking at this, I have a question about plotting a patched line network multiple times (one reference, one...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


VideoWriter output problem: distorted color
Hello, I'm having problems with VideoWriter. I can get everything to work, minus some color artifacts with my output. Basical...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


Adding curves to a 1D line tree defined by points and connectivity
Hello, thanks for reading this. I was looking to create a curved tree network based off of an input of lines defined by point...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


Question about speeding up line plotting
Hello, thanks for reading this, What I do currently in some MATLAB code is plot3 a series of lines, defined by a beginning an...

ongeveer 8 jaar ago | 2 answers | 0

2

answers

Question


Help with rotating direction vector along unit circle
Hello, thanks for reading this, I think I'm overthinking this particular problem. What I'm doing is generating a binary tree ...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


Help with declaring half sphere with point, direction vector
Hello, thanks for reading this, I was wondering how I could create a half sphere by a single point (which is the center), and...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Help me with a logic puzzle? Connecting semi-random sets of lines together
Hey, thanks for reading this, So I'm having trouble trying to get something to work. What I want to do is find the connectivi...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Another take on cyl <-> cyl interaction, asking for speed tips
I'm just looking for some advice with a programming logic question. My problem in my application comes from an intersection chec...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Problem with complex number multiplication and division
Hello, thanks for looking at this, this is potentially a very stupid question. I'm having a problem with signs for complex co...

meer dan 8 jaar ago | 0 answers | 1

0

answers

Question


Quick question about MCR, deployed exe's
If I deployed a exe on MCR 8.3, can I download the 8.5 MCR and have it work for the 8.3 version, or do I need mcr-specific versi...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


Question about multiple imagesc on one axes, colorbar handling
Hello, thanks for reading this. I've been stewing over this for a while, and I've been partially successful with this. What I...

bijna 9 jaar ago | 2 answers | 0

2

answers

Question


Proportional text font size, or editing font size when figure resize occurs?
I've had some problems with this, and after looking online I've never really had a satisfactory answer to this. What I want t...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


Smart way to handle out of folder pathing?
Hello, thanks for reading this, I have a question about executable compiling, specifically when it deals with programs that r...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Question


Passive FTP in a deployed project?
Hello, I asked a question like this one before, but couldn't get an answer. I was wondering if it was possible to do passive FTP...

ongeveer 9 jaar ago | 0 answers | 0

0

answers

Question


pasv question: getting pasv working in standalone executable
Hello, thanks for looking at this, I have a question about the pasv function located here: http://www.mathworks.com/matlabcen...

ongeveer 9 jaar ago | 0 answers | 0

0

answers

Question


GUIDE scrollfunction deleting figure
Hello, I have a question about my scrollfunction, I asked it here before but couldn't get a good response. My question is thi...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Load more