photo

Ishani Mahanama


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
1 답변

순위
150,298
of 300,857

평판
0

참여
8 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
What is the error "Value must be a double scalar" in Matlab appdesigner? Error using matlab.ui.control.internal.model.AbstractNumericComponent/set.Value (line 111) 'Value' must be a double scalar.
I solved this. I saved the output into another array instead of single variables as decision1 and decision2.

대략 7년 전 | 0

| 수락됨

질문


What is the error "Value must be a double scalar" in Matlab appdesigner? Error using matlab.ui.control.internal.model.AbstractNumericComponent/set.Value (line 111) 'Value' must be a double scalar.
While using app designer I wanted to save the data which the user inputs to an array. I do some calculations from them and when ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to make a common text feild to several tabs in App designer?
I am making an app with 3 tabs and I have 3 text feilds to give output of the each tab. However I want to make this output messa...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


how to find the column number of a matrix?
I have a simple question though I couldn´t find an answer for that. I have a matrix A= [ 3 4 , 6 7] I want to find which colum...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to find a raw and column number of an element in a matrix?
I know this is a basic question, but I couldn´t find an answer from what I´ve read. I want to find a column number of a certain ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Lorenz system simulink design using a function and a single integrator is not working. I don't know what's wrong here.It compiles fine but doesn't show anything in the scope.
<</matlabcentral/answers/uploaded_files/96757/Screenshot%20from%202017-11-30%2010-47-03.png>> function out = fcn(i...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


calculate coefficients in a polynomial. I get the error, "Error using vertcat Dimensions of matrices being concatenated are not consistent."
function AC = poly3traj(IC,FC,T) AC = zeros(6,1); IC=[0,0,0]; % gave my initial conditions FC=[0,0,10]; %gave my final...

대략 8년 전 | 답변 수: 0 | 0

0

답변

1

답변

질문


Index exceeds matrix dimensions.
I receive the error message Index exceeding matrix dimensions.How to get rid of it? I know I have to reduce my request result ma...

8년 초과 전 | 답변 수: 1 | 0

1

답변