photo

furcifer


Last seen: 4年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
2 回答

ランク
177,029
of 300,786

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,061

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Switch Case with a range of letters?
OK, I'm just playing with some code. Here's the code: clear, clc; while 1 n = input('Type a Word Starting With a Capital ...

約7年 前 | 3 件の回答 | 0

3

回答

質問


if, or or or or or
I'm just wondering if Matlab can string together "or" statements? The current code for a simple menu is using userinput = inp...

約7年 前 | 2 件の回答 | 0

2

回答

質問


Create a vector with a user inputted increment.
Is there an operator like linspace that creates a vector based on a chosen increment? I have to create an array based on 3 input...

約7年 前 | 1 件の回答 | 0

1

回答

質問


no input, two output function
The first part of this assignment is to create a function with no inputs and two outputs. The 15x1 matrices are X and Y so I've ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Output Array, how to assign values from a function
I'm new to coding so just assume I know next to nothing. I've created my code for an assignment and have what I want, I don't do...

約7年 前 | 1 件の回答 | 0

1

回答

回答済み
When I run my function I want a row vector not a column
Yes, that's exactly it! Thank you for the help everyone. eta: I'll use "zeros" and leave it defined as it is, but it's the a...

約7年 前 | 0

回答済み
When I run my function I want a row vector not a column
Here's what I have: function [n] = num(k) n(1)=1; n(2)=1; k = 3; while k <=100 n(k) = n(k-1)+n(k-2); ...

約7年 前 | 0

質問


When I run my function I want a row vector not a column
I have a simple function that generates large numbers. The ans is a column vector but I want a row. ans' changes it to what I wa...

約7年 前 | 3 件の回答 | 0

3

回答