Community Profile

photo

Mazdack Ameri


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
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 前 | 1

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 1

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答