Statistics
RANK
150.502
of 262.522
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 17.975
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
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...
2 meses ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
2 meses ago
Question
how to compute energy and power of discrete-time signal using symbolic calculations
I would like to get some parameters of continous and discrete-time signals i.a. the total energy and the mean power using symbol...
casi 2 años ago | 1 answer | 0
1
answerQuestion
MATLAB Grader. How to check vectroization in students solution?
Hi, I would like to chck in MATLAB Grader if the students have used vectorization, eg. they write in their solution x = (1:5)...
más de 2 años ago | 1 answer | 0
1
answerQuestion
interpolation strain tensor field
I have a 3D+t strain tensor field (3D over time) delivered by FAM software (Abaqus). What I need is to interpolate the strain te...
casi 4 años ago | 1 answer | 0
1
answerSolved
How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...
casi 5 años ago
Solved
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
alrededor de 5 años ago
Question
where Philips DICOM keeps ecg waveform
I tried to work with Philips US DICOM files. The files contain a sequence of ultrasonic images recorded for a myocardial left ve...
más de 5 años ago | 0 answers | 0
0
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]; and ...
más de 6 años ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 6 años ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 6 años 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 ...
más de 6 años 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...
más de 6 años 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:...
más de 6 años ago
Question
principal strains using eig function
I am trying to use the eig function to calculate the principal strains from 3D strain tensor. Unfortunately I do get different r...
alrededor de 7 años ago | 1 answer | 0
1
answerQuestion
normalized cross-correlation for analytic signals
I am trying to write a function for template matching using normalized cross-correlation. The normxcorr2 function seems to be an...
más de 10 años ago | 1 answer | 0