Community Profile

photo

Jim Tom


Last seen: mehr als 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Saving For Loop Values Into a Matrix
for i = 0:0.1:1 for j = 0:0.1:1 if (i^2 + j^2) <= 1 u = (sqrt(i^2 + j^2))^3; else (i^2 + j^2...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need some help getting my loop to work, I'll post a full script below, Thanks in advance.
if true % code end Do = 15; % diameter of die inlet [mm] D1 = 9; % diameter of die outlet [mm] Eps = 300; % s...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Having Trouble with While loop not renewing a value
h

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help with iterating to get one final value with for loop
if true % code end

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help with for loop
I realize there is probably a lot wrong with this code, but I have all the values defined correctly that are used. Im trying to ...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Help with Amplitude Spectrum of Fourier Tranform
%% Import the data [~, ~, raw] = xlsread('/Users/Michael/Downloads/waveform_data (3).xlsx','Sheet1'); raw = raw(2:end,:)...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort