No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Hey, I am trying to use sweave, but not sure how to. help('sweave') in R gives "No documentation for 'sweave' in specified packages and libraries: you could try '??sweave'", but google says R has sweave. I'm using R 2.8.1 and Windows Vista | |
How do you write: [CODE]x = [1,2,3] for i in x: print i[/CODE] in matlab? | |
Is it possible to load data from excel to octave with variable names like? [CODE] "price" "sqr feet" "bed rooms" 2 4 0 3 2 3 4 3 3 [/CODE] | |
I want to store two variables in an array or list in a loop to collect all my x an y, something like the append function in python, can anyone help me. | |
Does anyone know if there is a command in Matlab which gives the stream vectors, I have found a command for streamlines, but I can't find one for stream vectors | |
Hey, I got an array with float values from 0 - 120. How can I find the first element over 100 and which element it is? | |
Hey, what does figure() and show() do? I have tried help in ipython, but I still don't understand other than my program sometimes stop when I don't use them. | |
[QUOTE]Make a function [CODE]def rhs(u, t): [/CODE] for returning the right-hand side of the first-order differential equation system from Exercise 11.36. As usual, the u argument is an array or list with the two solution components u[0] and u[1] at some time t. Inside rhs, assume that you have access … | |
When I am trying to install Python on my computer I get the error "administrative rights are required". It is only one account on my computer so I do not understand the message. | |
Hello, I am trying to make a program that takes input on the command-line and returns the result to textfile. The problem is that I get the error TypeError: can only concatenate tuple (not "str") to tuple WARNING: Failure executing file: <write_cml_function.py> [CODE]from scitools.all import * # imports numpy and … |
The End.