
Sam Schiavitti
Statistics
RANK
201.644
of 257.810
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 17.766
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Plot in MATLAB app desinger not working
Hello, every time I try to plot this in matlab app desinger it does not work. Any explanation why? The plot just shows up as whi...
5 maanden ago | 1 answer | 0
1
answerQuestion
Plotting Excel Sheet of 0s and 1s inkjet printer visualization
Hello. I currently have an excel sheet of 0s and 1s. I am trying to visualize an inkjet print where ther 0s say dont print and t...
6 maanden ago | 1 answer | 0
1
answerQuestion
Saving a file made in matlab app designer
Hello, I made a matlab app where you import an image and it converts that image into an excel file. When I run the app it saves ...
8 maanden ago | 1 answer | 0
1
answerQuestion
Using app designer that makes a file and then clicking a button in app designer to save it to a location.
I am trying to add a button to app designer that will be clicked and you are asked to choose the folder which to save the file t...
8 maanden ago | 1 answer | 0
1
answerQuestion
B&W Image to Excel File with 0 and 1
Hello, I want to take a B&W image and convert it to an excel file with 0 and 1. Essentially it will put the image into excel lab...
8 maanden ago | 2 answers | 0
2
answersSolved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...
12 maanden ago
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
12 maanden ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
12 maanden ago
Solved
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
12 maanden 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 ...
12 maanden 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...
12 maanden 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:...
12 maanden ago