Sam Schiavitti
Followers: 0 Following: 0
Statistics
RANK
35.328
of 295.486
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 20.236
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
Feeds
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...
bijna 3 jaar 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...
ongeveer 3 jaar 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 ...
ongeveer 3 jaar ago | 1 answer | 1
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...
ongeveer 3 jaar 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...
ongeveer 3 jaar 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]; ...
meer dan 3 jaar 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...
meer dan 3 jaar 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...
meer dan 3 jaar 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...
meer dan 3 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 3 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 3 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 3 jaar ago