| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | May 8 at 19:25 | |
| stats | profile views | 21 |
|
May 18 |
awarded | Popular Question |
|
May 8 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed The problem ended up being me declaring the wrong data type! Thank you for your help though! I'm marking you as the right answer because you not only helped me find the problem, but you helped me improve my code in general. Thank you! |
|
May 8 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed I ended up declaring the wrong data type! When I previously used i, it was always a whole number, so I declared integer. That was a few weeks ago, so I had forgotten about it. I changed it to single, and the program works perfectly. Thank you for your help! |
|
May 8 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed Yes, you were right Declan_K. Thank you. |
|
May 8 |
accepted | Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed |
|
May 8 |
revised |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed added 465 characters in body |
|
May 7 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed I'm still getting the same problem using this code. :\ The column XFB is all zeroes, while the column XFC is all -1.594, because the i is still stuck at zero. |
|
May 7 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed I should note that I simplified my code, and the number 0.1 is actually calculated from my code. And the step amount is also calculated based on what that number is. So I won't actually know how many steps the program will have to take. |
|
May 7 |
comment |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed That's one of the biggest reasons I'm confused. It SHOULD only be looping about ten times, but instead it's looping into the 10'000s. The value of i isn't incrementing, so it never reaches the stopping point. :-\ |
|
May 7 |
revised |
Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed added 151 characters in body |
|
May 7 |
asked | Why isn't this loop working correctly? I keep getting the error Method 'Range' of object '_Global' failed |
|
Apr 17 |
awarded | Popular Question |
|
Apr 2 |
awarded | Popular Question |
|
Mar 7 |
comment |
Why is my custom function not outputting both variables? Ah, I had no idea you had to do that. Thank you! Can you put this as a comment or something so I can mark yours as the correct answer? |
|
Mar 7 |
asked | Why is my custom function not outputting both variables? |
|
Mar 2 |
awarded | Popular Question |
|
Feb 13 |
accepted | How do I set a function to a variable in MATLAB |
|
Feb 13 |
comment |
How do I set a function to a variable in MATLAB Yeah, I've made a few errors in the code. I just couldn't run the code and fix it without knowing how to do the anonymous function! I fixed it up and got the code working. Thank you so much for your help! |
|
Feb 13 |
comment |
How do I set a function to a variable in MATLAB Sorry, the computer I was writing that on has a pretty crappy shift key. I kept having to rewrite so many things. I guess I missed two! Thank you for pointing that out. It is actually supposed to be <. I added in a while loop! I can't believe I forgot that! |
|
Feb 13 |
revised |
How do I set a function to a variable in MATLAB deleted 1 characters in body |