Community Profile

photo

Mazdack Ameri


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
A simple for loop question
you could do something like this: isb=6; nta_matrix = zeros(3,1); %initializing, it usually saves memory. for i=1:3 nta_...

3 years ago | 1

| accepted

Question


sum of kronecker products(four loops)
Hello! I would like to know if the following code: function result = kron_test(var1,var2,var3,var4) result = zeros(N^2,N^2); ...

3 years ago | 1 answer | 0

1

answer

Question


sum of kronecker products
Hi! I am trying to write in a more efficient way the following code, possibly without the for cycles. Thank you in advance. var...

3 years ago | 1 answer | 1

1

answer

Question


plotting the load-displacement curve using Ritz approach for the non linear equations of a CCSS plate.
Hi! I am trying to obtain the correct shape for the load displacement curve for a CCSS square plate(two near sides are clamped, ...

3 years ago | 0 answers | 0

0

answers