photo

Shani Gal


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
7,097
of 300,857

評判
6

コントリビューション
14 質問
0 回答

回答採用率
28.57%

獲得投票数
6

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Trace Marker Along Line
Hi I have tried writing the code to trace marker along a line ( form matlab help)to make an animation 1. it doesn't work ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


how to use ode45 with 4 ode?
Hi I have a set of 4 ode, How can I use ode45 to solve them? The ode: dr/dt=u d(TH)/dt=h/r^2 du/dt=h^2/r^3-1/r^2...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Seting ticks on axis
Hi I have the following code: A=linspace(-0.5,0.5) B=linspace(-12.5,15) plot(A,B) axis([-0.5 0.5 -25 25]) s...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem saving a file
I I tried saving a file, got this error message {Warning: Variable 'Res' cannot be saved to a MAT-file whose version ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Proble Saving a Binary File
Hi I am trying to save my matlab variables in binary files, unsuccessfully. For example, if I have A=[1,1,1;2,2,2] and ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Calculate Spheical Cap with areaquad
Hi, Tried to calculate the surface area of a spherical cap with areaquad I wrote the following code: R=100; TH=30 ...

13年以上 前 | 0 件の回答 | 0

0

回答

質問


Basic Vector Manipulation
Hi I have 2 vectors A=[8,4,5,2,4,6,4,8]; K=[1,3,5,1] I want to create a third vector like this: C(1)=sum(A(1)) ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Density 4D plot on a sphere
Hi, I need to plot density plot on a sphere, I have the following input in spherical coordinates : [R, theta,phi]=n R i...

13年以上 前 | 0 件の回答 | 1

0

回答

質問


Parallel Code
Hi Can I run this code in parallel? A1=F(A1,B1) A2=F(A2,B2) F is a function, A1 B1 are unrelated to A2 B2 How...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Memory Vs Code
Hi I have a program that manipulates a large matrix size A=[1e6,5] And I was wondering if running the code twice on a smal...

14年弱 前 | 1 件の回答 | 0

1

回答

質問


contour plot in polar coordinates
Hi Found this code for generating contour plots with polar coordinates. It works, but I don't understand why and I also ne...

14年弱 前 | 1 件の回答 | 0

1

回答

質問


Create Variables with a for loop
Hi I need to be able to run this following code: Vx(1)=[0,0,12] Vx(2)=[12,1,1,1,] Etc I need Vx to be a vector ...

14年弱 前 | 2 件の回答 | 0

2

回答

質問


Axes ticks labeling in contourf
Hi How do I label the X and Y ticks in contourf ? if I have a 20x30 matrix, when I use contourf the x-axis is labeled from ...

14年弱 前 | 2 件の回答 | 0

2

回答

質問


contourf with no isoline
Hi How do I plot a contourf plot only with colors and no isolines? "filled contour plot displays isolines calculated from...

14年弱 前 | 2 件の回答 | 5

2

回答