photo

ar fa


Active since 2015

Followers: 0   Following: 0

Statistics

All
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Question


multi level indexing acess
I want to get output from below code but Matlab thrown Error: [1 2 3 4](2) My desired output is 2. *Note: I need one ...

ungefär 9 år ago | 2 answers | 0

2

answers

Question


one Structure Aceess Problem
I have these below codes: a(1).x = [5 9]; a(2).x = [4 41]; a(3).x = [7 0]; a(4).x = [23 45]; a(2:3).x(1); ...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Programming Problem in structure
I have these below codes: a(1).x = 3; a(2).x = 1; a(3).x = -5; a(4).x = 2; b = [0 0]; ...

ungefär 9 år ago | 1 answer | 0

1

answer

Answered
one thing i need to know
I find solution for creating dynamic array in matlab: How to Create it: x = {zeros(1,30);zeros(1,20);zeros(1,10)}; ...

mer än 9 år ago | 0

| accepted

Question


one thing i need to know
hello I am c# programmer. after coding using matlab, I was faced with a problem. I can't convert below c# codes to matlab: ...

mer än 9 år ago | 3 answers | 0

3

answers