Fraser Macmillen
MathWorks
Followers: 0 Following: 0
Professional Interests: Aerospace
Feeds
답변 있음
Logsout variable class is datasetRef for long simulations
Hello Tom Your suspicion is correct: Simulink will automatically save log data to file and output DatasetRef if the total size ...
Logsout variable class is datasetRef for long simulations
Hello Tom Your suspicion is correct: Simulink will automatically save log data to file and output DatasetRef if the total size ...
대략 4년 전 | 0
문제를 풀었습니다
De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...
4년 초과 전
문제를 풀었습니다
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]; ...
4년 초과 전
문제를 풀었습니다
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 ...
4년 초과 전
문제를 풀었습니다
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년 초과 전
답변 있음
How do I get project to include P-Code so that the code can be referenced by another project?
Hi Kevin So it is correct that "when a new Project is created from the folder none of the P-Code is included in the project" - ...
How do I get project to include P-Code so that the code can be referenced by another project?
Hi Kevin So it is correct that "when a new Project is created from the folder none of the P-Code is included in the project" - ...
4년 초과 전 | 0
문제를 풀었습니다
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
5년 초과 전
답변 있음
Editing zData field of a contour plot via Property Inspector in R2018b
This functionality has been removed as of R2018b.
Editing zData field of a contour plot via Property Inspector in R2018b
This functionality has been removed as of R2018b.
거의 6년 전 | 0
| 수락됨
문제를 풀었습니다
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:...
대략 7년 전
문제를 풀었습니다
Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...
7년 초과 전
문제를 풀었습니다
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
7년 초과 전
문제를 풀었습니다
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
7년 초과 전
문제를 풀었습니다
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
7년 초과 전
문제를 풀었습니다
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 ...
거의 12년 전
문제를 풀었습니다
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년 전