Chesus
Followers: 0 Following: 0
Statistiques
RANG
228 199
of 294 507
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 119
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 151 819
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Problem with cubic root
When I try to get the cubic root of -1 (which should be -1) I get this: (-1).^(1/3) How do I fix this?
environ un an il y a | 1 réponse | 1
1
réponseQuestion
Use user input in a function
I want to use a user input variable in a function like: n=input('n') k=3 f1=func(k) function f1=func(x); f1=n*x; end But...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
User input fractions or operations
I want to ask for an input in which the user is able to introduce a fraction like: x=input('Hi: ') Hi: 1/3 x= 0,333...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Logarithm with a variable base
I want to make a logarithm that has a variable as its base, like: k=2 logk(8) ans = 3 How can I do that?
environ un an il y a | 1 réponse | 0
1
réponseAssign multiple results to the same variable
indexing the varoable is the solution if true % code k=0 while ... %the condition you decide k=k+1 %by experience ...
environ un an il y a | 0
| A accepté
Question
Assign multiple results to the same variable
I'm doing a code that uses while, and inside that while is a variable whose value gets changed every instance, I want to store a...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How do I table a variable with multiple values?
I have a variable with multiple values x= -10:1:10 and I want to put it in a table, with each value being in one row of the ta...
environ un an il y a | 1 réponse | 0