Community Profile

photo

Allen


Last seen: 대략 2개월 전 2017년부터 활동

Followers: 0   Following: 0

Professional Interests:
App Building, Fourier Analysis and Filtering, Signal and Data Processing, Seismology, Mechanical Engineering

통계

All
  • Thankful Level 2
  • Revival Level 2
  • Matrix Manipulation I Master
  • Strings I Master
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 2
  • Cody Problems in Japanese Master
  • Knowledgeable Level 4
  • 3 Month Streak
  • Strings II Master
  • Number Manipulation I Master
  • Editor's Pick

배지 보기

Feeds

보기 기준

답변 있음
How to add subscript in labels in App Designer Matlab
I am not sure what version it was introduced, but R2023b now includes an interpreter property for labels in App Designer. Use...

3개월 전 | 0

문제를 풀었습니다


Current through resistor
Three resistors (R2, R3, R4) are connected in parallel as shown in the figure. If this combination is connected in series with ...

4개월 전

문제를 풀었습니다


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

4개월 전

문제를 풀었습니다


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

4개월 전

문제를 풀었습니다


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

4개월 전

문제를 풀었습니다


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

4개월 전

제출됨


octspace
Create logarithmic spacing with 1/N-th octave bands over a specified frequency range.

11개월 전 | 다운로드 수: 3 |

Thumbnail

제출됨


DragDataTipMode
A custom class definition that replaces standard data tips with draggable versions in order to maintain a clear view of all plot...

11개월 전 | 다운로드 수: 1 |

Thumbnail

제출됨


DragDataTip
Creates draggable data tips with custom labeling options on some 2-D plots. Custom labels options can also be applied to standar...

11개월 전 | 다운로드 수: 8 |

Thumbnail

답변 있음
the loop is not terminated it keeps on going
It is not clear why you initialize Diff as a vector whos size is equal to x. After you first compute Diff using the norm functio...

11개월 전 | 0

답변 있음
Whats wrong with these two functions in my app?
The application property (error) that you are tyring to use is being created upon the start of the application, but you have fai...

11개월 전 | 0

답변 있음
How can I infer from the data cursor position, the index of the closest datapoint
Julian, What you are asking for sounds very much like what the brush data tool does. However, there are a few extra steps requi...

11개월 전 | 0

| 수락됨

답변 있음
Problem with 2 plots, one in not showing and second one is showing up empty.
Jana, For both examples you are only plotting a single set of scalar values (e.g. a point) during each interation of the for lo...

11개월 전 | 0

문제를 풀었습니다


Must be in the front row...
You are given a matrix followed by a single number. Your object is to write a script that will shift the matrix around so that ...

11개월 전

문제를 풀었습니다


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

11개월 전

답변 있음
Ordering of an array based off conditions
You can perform sorting to a specified order using a categorical array. To do this you will need to restructure your original va...

11개월 전 | 0

문제를 풀었습니다


Too Many Zeros, Dump Them!
Sometimes when I create a matrix, I use this syntax: a = zeros(1000,1000); But when the function ends, I find that I don'...

11개월 전

문제를 풀었습니다


Replace Nonzero Numbers with 1
Given the matrix x, return the matrix y with non zero elements replaced with 1. Example: Input x = [ 1 2 0 0 0 ...

11개월 전

문제를 풀었습니다


Matrix multiplication across rows
Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix Example ...

11개월 전

문제를 풀었습니다


A matrix of extroverts
Now that the introverts have had their script, the extroverts spoke up (naturally!) and demanded one as well. You will be given...

11개월 전

문제를 풀었습니다


Enlarge array
Given an m-by-n numeric array (A) and a 1-by-2 vector (sz) indicating the dimensions [p q] to enlarge each element, return an (m...

11개월 전

문제를 풀었습니다


Remove entire row and column in the matrix containing the input values
Remove the entire row and column from the matrix containing specific values. The specified value can be a scalar or a vector. Fo...

11개월 전

문제를 풀었습니다


frame of the matrix
Given the matrix M, return M without the external frame.

11개월 전

문제를 풀었습니다


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

11개월 전

문제를 풀었습니다


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

11개월 전

답변 있음
Read/Write CSV for Code Generation
There are a number of options for reading CSV files. The following functions are few that I use and differ many in the type of w...

11개월 전 | 0

문제를 풀었습니다


Some Assembly Required
The input to this function is a matrix of real numbers. Your job is to assemble the rows of the matrix into one large row that ...

11개월 전

문제를 풀었습니다


Calculate a modified Levenshtein distance between two strings
Inspired by the Cody problem found here. The Levenshtein distance is a charater-based string metric used to measure the differe...

11개월 전

문제를 풀었습니다


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

대략 1년 전

문제를 풀었습니다


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

대략 1년 전

더 보기