photo

Umit


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
3 답변

순위
111,903
of 300,853

평판
0

참여
12 질문
3 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Subplot with multiple plots for same location
I have a figure that is 3 by 5 plots in it where plot locations [3 4 8 9] are one plot that is generated by same function. I use...

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

1

답변

질문


subplot label problem invisible
I have very simple question. Assume I have a,b,c,t subplot(3,5,1); plot(t, a); title('Agent-1 Error of Target-1') yl...

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

1

답변

질문


Logical Operator Matrix Problem
I have a logical matrix A [m by n], I want to find all rows of A that has only 1 true in that row. Lets assume A = [1 0; 1 1...

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

1

답변

질문


Acquiring related Matrix Members
I have a n by m matrix A and 1 by n array B. Assume A = rand(3,5) B = [3;5;2] How can I get 1st rows 3rd element, 2nd ...

13년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Hot to concatenate two structs?
I have following structs; A.State = [12 10 5 5 5 5] B.State = [11 11 1 1 1 1] B.Detections = <1x1 struct> B.Tracks = ...

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

1

답변

질문


How to assign object to an array?
Let's assume I got an object called A() and an array called Array(5).class How can I assign all elements of class a new object ...

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

1

답변

질문


Covariance Matrix Rotation
Hi, I have a matrix 3 by 3 and I want to rotate it with theta and phi angles (result of spherical coordinates), counterclockwise...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Structure Assginment
I need a better approach to assign matrix to a structure. Currently I have A = 5 by 1 struct with Loc & Err variables, A(1:5...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Create superclass objects in a for loop
I restarted matlab, everything works fine, :D

거의 14년 전 | 0

| 수락됨

질문


Subspace problem
Hi, I have 2 2Dvectors that I need to compute the angle between them. v1 = [1; 0] v2 = [-1; 1] subspace(v1, v2) = 1.570...

거의 14년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Create superclass objects in a for loop
Noone knows how to initiate superclass in a for loop?

거의 14년 전 | 0

질문


Create superclass objects in a for loop
classdef SimulationAlgorithm < AgentAlgorithm %Paremeters that can only set by constructor properties(GetAccess = '...

거의 14년 전 | 답변 수: 3 | 0

3

답변

질문


Preserve the methods of an object after it is updated
classdef AgentAlgorithm < handle properties (GetAccess = 'public', SetAccess = 'private') Detections = [] ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Cannot accèss methods of an Object after modified
Great it works fine. Thank you.

거의 14년 전 | 0

질문


Cannot accèss methods of an Object after modified
I have following codes as junk.m & junk2.m classdef junk properties myValue = []; end methods funct...

거의 14년 전 | 답변 수: 3 | 0

3

답변