Community Profile

photo

Shahrukh s


Last seen: 11 days ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


for loop execution error
iter1 = 1:9; y_div_1 = 4; y_div_2 = 5; y_div_3 = 3; y_div_4 = 6; y_div_5 = 3; y_div_6 = 4; y_div_7 = 5; y_div_8 = 5; y_div_9 = ...

3 years ago | 1 answer | 0

1

answer

Question


node creation using for loop
how can we create nodeset having data like node_number, x,y,z coordinates say for 20 nodes using for loop

3 years ago | 2 answers | 0

2

answers

Question


node creation using class
how to creat a 3-by-3 node stcuture(having coordinate of each node) in class?

3 years ago | 1 answer | 0

1

answer

Question


why i am getting a blank graph
omega_bar = (0:0.01:5)'; n_omega_bar = size(omega_bar,1); for i = 1:n_omega_bar OMG = omega_bar(i,1); Y_bar = (OMG....

3 years ago | 1 answer | 0

1

answer