Elizabeth Khoury
Followers: 0 Following: 0
Statistics
All
RANK
68,730
of 295,569
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
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
How do you open the full image instead of the thumbnail for a .SCN filetype?
Hello, I am currently running into issues where I am reading in images with the .SCN filetype and the dimensions for the read...
4 years ago | 1 answer | 0
1
answerQuestion
Reading and displaying images with .SCN file extension at full resolution
Hello, I am trying to load and display images that have a .SCN file extension (from Aperio ImageScope). I am using the imread...
4 years ago | 1 answer | 0
1
answerSolved
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...
4 years ago
Solved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
4 years ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
4 years ago