Statistics
5 Questions
0 Answers
RANK
250,356
of 301,383
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,306
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how to count the amount of times a word shows up in an excel file
i have an excel sheet that contains words as well as numbers. I've already used uigetfile and xlsread to show me the information...
8 years ago | 0 answers | 0
0
answersQuestion
can this plotted circle be filled? it needs to have a solid color
xCenter = 0; yCenter = 0; thetaValue = 0:360; radiusJoint = 1; jointZerox = radiusJoint*cosd(thetaValue)+xCenter; jointZe...
8 years ago | 3 answers | 0
3
answersQuestion
I'm attempting to code a robot arm. i have most plotted most the arm with a coordinate system.
the real help that i need is with the manipulation kinematics. I'm having a hard time understanding how to code this. i understa...
8 years ago | 0 answers | 0
0
answersQuestion
I need to create a rectangle that is 2 units long and 10 units high and then i need to plot it
i cannot us the rectangle function. I can only use matrices. I've attempted to create an x vector and y vector (plot points) but...
8 years ago | 1 answer | 0
1
answerQuestion
Hi. im attempting to create a simple input command and tab it with \t however when i run the code the (t) still appears in the command window
input('\tWhat item did you buy? (1 item only): ','s') tWhat item did you buy? (1 item only):
8 years ago | 1 answer | 0
