
Ryan
Statistics
6 Questions
0 Answers
RANK
212.319
of 275.761
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 18.573
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125.563
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How to take an exponential to a non-integer value?
kvals = [0.142,0.144,0.156,0.180,0.196,0.205,0.207,0.201,0.177,0.160,0.149,0.142] ; upx = -K./sinalpha_angle exp_local...
3 maanden ago | 2 answers | 0
2
answersQuestion
Trying to perform Fast Fourier Transform
I imported some data and tried to use the fft function on it to perform a fast fourier transform. When I run the code, an error ...
4 maanden ago | 1 answer | 0
1
answerQuestion
Looking to plot best-fit with equation on graph
I am looking to plot a line of best-fit with the equation also on the graph. plot(0,ptv_0,'o-','MarkerFaceColor','red') hold o...
4 maanden ago | 1 answer | 0
1
answerQuestion
Dot indexing is not supported for variables of this type.
sh_16_data = importdata("M006_A_Shaker_16.txt"); sh_16_freq = sh_16_data.data(:,2) Data: 1.000 25.000 10.430 2.848 2.000 2...
4 maanden ago | 2 answers | 0
2
answersQuestion
Must be a text scalar when using eval() function problems?
n_stress = F./(t.*w); n_stress = eval(n_stress); Error using eval Must be a text scalar. Error in Carbon90 (line 55) n_...
6 maanden ago | 1 answer | 0
1
answerQuestion
Dot indexing is not supported for variables of this type.
When I am running my code, I get a response that a built-in with syms is not running correctly. syms F D l t w % Stress ...
6 maanden ago | 1 answer | 0