Kyle McLaughlin
Followers: 0 Following: 0
Feeds
질문
Trouble Passing Values In App Designer
Hi, I have created a Double Dwell Cam Calculator in Matlabs App designer. The app is complete except for one item. I wish to exp...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Error/Confusion with Simplifying Symbolic Expressions
Hi, I am trying to work with a symbolic expression and am using the simplify command. My expressions are as follows: syms x y ...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Unknown For Loop Placement Error / Increment Error
Hello, I have a script for modeling a CO2 Scrubbing system found in smoke stacks of power plants which computes the concentratio...
3년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Why is one of my tiled plots not being displayed? MATLAB UI App Designer
Im sorry to have posted this and made people look at it, I figured out my issue. I am missing 'ax4' when I call the plot functio...
Why is one of my tiled plots not being displayed? MATLAB UI App Designer
Im sorry to have posted this and made people look at it, I figured out my issue. I am missing 'ax4' when I call the plot functio...
거의 4년 전 | 0
질문
Why is one of my tiled plots not being displayed? MATLAB UI App Designer
Hi there, I am new to the App Designer and am trying to make an app out of existing code of mine. I have 4 tiled plots in a pan...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
What is wrong with my waterfall plot?
Hello, I am trying to make a vibration spectrum plot using the waterfall command. I want the X axis to be time, Y to be rpm, an...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Create vibration spectrum in the form of a waterfall plot for differential rolling element bearing
Hello, I am being asked to create a vibration spectrum plot in the form of a waterfall plot as measured by a wireless acceler...
대략 4년 전 | 답변 수: 0 | 0
0
답변답변 있음
What is wrong with my for loop?
elements = 4; s=3; %size of matrix nxn k=[1 1 1; 1 1 1; 1 1 1]; length = (s* elements) - (elements-1); K = zeros(leng...
What is wrong with my for loop?
elements = 4; s=3; %size of matrix nxn k=[1 1 1; 1 1 1; 1 1 1]; length = (s* elements) - (elements-1); K = zeros(leng...
대략 4년 전 | 0
| 수락됨
질문
What is wrong with my for loop?
%check for stitching global nxn matrix elements = 4; nodes = 5; %nodes s=3; %size of matrix nxn k=[1 1 1; 1 1 1; 1 1...
대략 4년 전 | 답변 수: 2 | 0
2
답변질문
Imaginary Number Notation/ Formatting Real and Complex Results
Hello, I am performing an eigenvalue calculation for a range of 10 numbers. One of these numbers are negative which results i...
대략 4년 전 | 답변 수: 2 | 0
2
답변질문
Stitching together matrices/ indexing matrices
Hi there any help would be appreciated... I am a mech engineer working with rotor dynamics and am being asked to do FEA on matl...
대략 4년 전 | 답변 수: 1 | 0