photo

Abdulrahman Mohamed


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

Followers: 0   Following: 0

统计学

MATLAB Answers

18 个提问
0 个回答

排名
36,003
of 297,457

声誉
1

贡献数
18 个提问
0 个回答

回答接受率
16.67%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


interp2 problem in size dimesion
I want to make cubic spline for density as function of P and T , I tried to use interp2 to evaluate density at specific p and T ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


spline interpolation between three values
I have pressure ,tempreature and density data and I want to make spline interpolation that fits all so I have P=[100 200 300]; ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how to fix index error from urlread
clc URL = 'http://time.is/'; key1 = 'title="Click for calendar">'; key2 = '</h2>'; data = urlread(URL); start_ind = strfind...

2 years 前 | 1 个回答 | 0

1

个回答

提问


app designer does not allow web app share
I tried to share my app in matlab app desinger using share with web app or standlone app but it doesnot allow me to share the ic...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Loop of two variables
I want to measure effect of pressure and temprature on Density so -I want to calculate first the effect of pressure on density...

2 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO PLOT X VS Y AT DIFFERENT Z
I want to plot the density vs pressure at different Temprature How can i make this plot as the density function of pressure at...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Run pickle file in matlab
I have machines learning model developed by python and saved as pickle file how can i run it in matlab

2 years 前 | 1 个回答 | 1

1

个回答

提问


plot 2D gride
I want to plot a gride of pressure distribution in x and y direction x=1:15; y=1:15; Pressure=Psave; (%matrix size (1125,1)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Ploting 3 D cube or graph with pressure
I want to visulize the pressure change in 3D cube of x,y,z as I have 5 layers and 15 cell in x direction and 15 cell in Y dire...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab app designer run time
is the matlab app desinger run time depends on the app desiner code or just fixed size

3 years 前 | 1 个回答 | 0

1

个回答

提问


error using horz cat in app desiner
I am trying to make calculation at different range of x based on user input for minimum and maximum also, i added specific calc...

3 years 前 | 1 个回答 | 0

1

个回答

提问


error in unrecognized variable or function?
I want to make calculation at different x values that yeilds r then plotted and put in table in app designer but the problem tha...

3 years 前 | 1 个回答 | 0

1

个回答

提问


use the same result in different callback in matlab app desinger
hello, I am problem that i solved using the app desiner in two step calculation but the second calculation depend on the first...

3 years 前 | 1 个回答 | 0

1

个回答

提问


function error in matlab app desinger
I tried to use app function as helper function in app desinger but i got error that Illegal use of reserved keyword "methods"....

3 years 前 | 1 个回答 | 0

1

个回答

提问


assigning element in 3D matrix
I need to assign element in 3 D matrix that have size (x,y,z) Index in position 3 exceeds array bounds (must not exceed 1). f...

3 years 前 | 1 个回答 | 0

1

个回答

提问


SAVE MATRIX WHILE I SHOULD GET 121 BY 10 AS THE NO OF ITERATIONS SHOULD BE 10 ONLY NOT 11
I have time iteration loop and I creat saves matrix that should be in dimension of 121 by 10 and I used r symbol to store the ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


how to store time loop i creat save matrix but stored only that last iteration at final time
How to save loop with time step while

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to add timestep iteration and show all iteration in plot
Alteration

3 years 前 | 2 个回答 | 0

2

个回答