photo

eren baris alici


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
201,927
of 300,553

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


when a change number of points in linspace graph changing, why it is happening?(when i changing d graph is also changing)
d=100; f=linspace(3e14,5e14,d); %n=20; [m11_a,m12_a,m21_a,m22_a] = layer_a(f); [m11_b,m12_b,m21_b,m22_b] = lay...

7 years ago | 0 answers | 0

0

answers

Question


"Inner matrix dimensions must agree." i need to multiply two matrices but when i try to multiply them i gave that error, when i try element-wise multiplication i gave no error and also i have to see 804 elements for both layer_a,layer_b.but i see 201
I want to create a function that has four elements and is square matrice. I also want to create another one which has 4 elements...

7 years ago | 1 answer | 0

1

answer

Question


Subscripted assignment dimension mismatch.Error in fnc (line 12) matrix1(1,1)=cos(k*delta_z);matrix1(1,2)=(i/q)*sin(k*delta_z);
i tried to form an matrice and took this error. here is my code. function [matrix1,matrix2] = fnc(delta_z,w);...

7 years ago | 1 answer | 0

1

answer

Question


"Undefined function or variable 'x'." for input of function
im extremely new on matlab, tried to write a code like this. my issue is when i try to see the 'y' i see "Undefined function or ...

7 years ago | 1 answer | 0

1

answer