photo

Chesus


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
228,199
of 300,771

評判
0

コントリビューション
6 質問
1 回答

回答採用率
100.0%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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?

2年以上 前 | 1 件の回答 | 1

1

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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?

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Assign 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 ...

2年以上 前 | 0

| 採用済み

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答