Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for MaxManus

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

0
77
Member Avatar for MaxManus
Member Avatar for MaxManus
0
71
Member Avatar for MaxManus

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]

0
62
Member Avatar for MaxManus

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.

Member Avatar for MaxManus
0
170
Member Avatar for MaxManus

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

Member Avatar for MaxManus
0
71
Member Avatar for MaxManus

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?

Member Avatar for scru
0
4K
Member Avatar for MaxManus

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.

Member Avatar for MaxManus
0
80
Member Avatar for MaxManus

[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 …

Member Avatar for MaxManus
0
124
Member Avatar for MaxManus

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.

Member Avatar for Stefano Mtangoo
0
121
Member Avatar for MaxManus

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 …

Member Avatar for MaxManus
0
141