the following command returns how many Inf's are in a vector
length(find(myVector==Inf))
just another blog. here you'll find my experiences with Matlab/Simulink, vba, LaTeX and Mac OS X.
the following command returns how many Inf's are in a vector
Posted by
otmezger
at
9:11 AM
2
comments
Labels: matlab
To ckeck if a variable in matlab exist, just use the function exist.
Posted by
otmezger
at
7:20 AM
0
comments
Labels: matlab
Hi people,
i was searching for a way to delete a worksheet without confirmation prompt in vba and i found this link.
the code is listed here:
Posted by
otmezger
at
2:41 PM
0
comments
Labels: vba