photo

furcifer


Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
2 답변

순위
75,971
of 300,851

평판
0

참여
6 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
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

답변