Skip to content
Snippets Groups Projects
Metavoxel GPU Validation 4.ipynb 299 KiB
Newer Older
Amira Abdel-Rahman's avatar
Amira Abdel-Rahman committed
       " 3\n",
       " 5\n",
       " 7"
      ]
     },
     "execution_count": 621,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "A=[1,2,3,0,0,5,7,0]\n",
    "iiind=A.!=0\n",
    "A[iiind]"
   ]
  }
 ],
 "metadata": {
  "@webio": {
   "lastCommId": null,
   "lastKernelId": null
  },
  "kernelspec": {
   "display_name": "Julia 1.2.0",
   "language": "julia",
   "name": "julia-1.2"
  },
  "language_info": {
   "file_extension": ".jl",
   "mimetype": "application/julia",
   "name": "julia",
   "version": "1.2.0"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}