photo

voxynn


Last seen: 11 months ago Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

6 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
38,563
of 297,457

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
1

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
121,018
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Question


Arrow annotation rendering error
Hi, When I use annotate to create an arrow the arrow appears asymmetric, with one end of the head rounded and the other straigh...

4 years ago | 1 answer | 1

1

answer

Question


Set facecolor in app designer
I have a circle in AppDesigner with different segments and I want to set the color of each segment individually. When I use the ...

4 years ago | 1 answer | 0

1

answer

Question


Multiplying m*m*N matrix internally
I have a matrix _A_ with dimensions 2*2*N, and I would like to multiply each 2*2 'slice' of the matrix together to end up with a...

7 years ago | 1 answer | 0

1

answer

Question


How do I get a listbox value using a push button callback?
Hi, I am coding a simple GUI with some list boxes and push buttons. I want to use the push button callback to read the listbo...

7 years ago | 1 answer | 0

1

answer

Question


Looking for good example of where numerical integration beats symbolic integration
Hi, I'm looking for a good example of where numerical integration beats symbolic integration to show a group of students why ...

7 years ago | 2 answers | 0

2

answers

Question


uicontol callback errors in different Matlab versions
I have a short GUI with input fields, radio buttons and push buttons: function []=my_gui() S.fh = figure('units','pixel...

8 years ago | 1 answer | 0

1

answer

Solved


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

8 years ago