photo

Umit


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
3 回答

ランク
154,511
of 300,364

評判
0

コントリビューション
12 質問
3 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

コントリビューション
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

13年以上 前 | 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...

13年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Create superclass objects in a for loop
Noone knows how to initiate superclass in a for loop?

13年以上 前 | 0

質問


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

13年以上 前 | 3 件の回答 | 0

3

回答

質問


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

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

1

回答

回答済み
Cannot accèss methods of an Object after modified
Great it works fine. Thank you.

13年以上 前 | 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...

13年以上 前 | 3 件の回答 | 0

3

回答