Hi! How I can download matlab R2010a?

164 ビュー (過去 30 日間)
askerbek abdyldaev
askerbek abdyldaev 2019 年 9 月 10 日
回答済み: Ghemadi 2023 年 4 月 27 日
Hi! Can you help me? My windows is 32 bit (XP), so i need to download matlab version R2010a (32bit).
I have downloaded R2019a, but I cant istailed it.
Thanks!

回答 (2 件)

Stephan
Stephan 2019 年 9 月 10 日
編集済み: Stephan 2019 年 9 月 10 日
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 9 月 10 日
編集済み: Walter Roberson 2019 年 9 月 10 日
In particular, for eligible licenses, on the right hand side of that page, there will be a menu that permits you to select release, and upon clicking on that, you would be able to select operating system.
If when you click on the above you are not able to see a list of releases that includes the one you want, then you would need the assistance of Mathworks to get an older version.
Note: if you are trying to use a Student license, then Mathworks probably will not be willing to make such an old release available to you, but perhaps your educational institution would be willing to download it for you.

サインインしてコメントする。


Ghemadi
Ghemadi 2023 年 4 月 27 日
a=0,1;
b=0,5;
x0=(a+b)/2;
eps=10^(-4);
f=@(x)log(x)-x^(2)+2;
fplot(f,[a,b]);
grid on;
fprime=@(x)(1/x)-2*x
fplot(fprime,[a,b]);
grid on;
for x(n)==0
n=0;
x(n+1)=x(n)-(f(x(n))/fprime(x(n)));
n=n+1;
end

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by