Community Profile

photo

Lee Lewis


Last seen: ungefär ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


variables are not updating after each loop in for loop
g1 = [1 1 1 1 1 1 1 1 1 1]; g2 = [1 1 1 1 1 1 1 1 1 1]; %disp(g1); for i = 1:20 y1 = xor(g1(3),g1(10)); y2 = xor...

ungefär ett år ago | 1 answer | 0

1

answer

Question


What variable can I put into find()?
I'm struggling to figure out what variable to put into find(). The goal is to put in the mouses x-cordinate location into the g...

nästan 2 år ago | 1 answer | 0

1

answer

Question


Is there a way to display ALL y points for each x point ?
%load CSV Data for any EMIT data set %Written by: Lee C Lewis III %Started: 15 Jun 22 %updated: 21 Jun 22 %ISSUES: As of n...

nästan 2 år ago | 1 answer | 0

1

answer

Question


Problem getting Matlab to plot data
The problem I'm running into is that that I can't plot that data. The error I keep getting is "error using plot, invalid data a...

nästan 2 år ago | 1 answer | 0

1

answer