Community Profile

photo

Ardalan Norouzi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to use Loop without For or While
Please somebody help me , I need this code , you're my last chance.

8 years ago | 0

Question


How to use Loop without For or While
Hello everyone Consider this code: n=10; m=5; A=zeros(n,m); A(1,:)=[1]; for i=1:n-1 A(i+1,:)=3*A(i,:) ...

8 years ago | 3 answers | 0

3

answers

Question


Internal error with symbolic engine
Hi. after 20 hours of calculating of my code in Matlab this error was disappear Please help me: % code Warning: ...

8 years ago | 0 answers | 0

0

answers

Question


using symsum for elements of array
Hello everyone I wrote this code: syms q llayers=5; effstress=zeros(1,llayers); thick=[20 30 10 20 50] rho=[12...

8 years ago | 1 answer | 0

1

answer