Bob Sherland
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
112,964
of 295,638
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Solve two simultaneous equations for a set value of y
Hi, I want to solve the following two equations, for a set value. Equation 1 A=(1/x)*(2/(y+1)*(1+(y-1)/2*x^2))^((y+1)/(2*(y-...
3 years ago | 1 answer | 0
1
answerQuestion
Searching a cell array for a string
I have the following code, which is supposed to go through the cell array books and search for the search title, and then show t...
6 years ago | 1 answer | 0
1
answerQuestion
Finding component of cell array
If I have the cell array, {'File 1' 'Tim' [100]; 'accounts' 'Jon' [120]; 'File three' 'Board' [130]} in which the user t...
6 years ago | 0 answers | 0
0
answersQuestion
Use of loops to print the contents of a cell array with varying number of rows
So I have a cell array called cell array called system in which I have system={'file one' 'author one' [100]; 'file two' 'a...
6 years ago | 2 answers | 0
2
answersQuestion
Creating a cell array
Hi, I was wondering how to create a cell array that will hold two strings and an integer, such that file_name=input('Please...
6 years ago | 2 answers | 0
2
answersQuestion
Looping a switch statement
I currently have the code below, in which the user is asked to enter a task, which then uses the switch statement shown below. ...
6 years ago | 1 answer | 0