photo

Aiden James


Last seen: 6 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
2 个回答

排名
73,396
of 297,457

声誉
0

贡献数
7 个提问
2 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to solve algebraic equations for different values of variables ?
I am new to MATLAB, I want to solve the equation “eqn” to get the values of “Te” for different values of I. How solve thIS e...

10 months 前 | 2 个回答 | 0

2

个回答

提问


How I can run following code for different p and t values?
function [x] = LiBrH2O(t,p) % Function LiBrH2O calculates the concentration for the corresponding % Lithium Bromide - Water s...

1 year 前 | 2 个回答 | 0

2

个回答

提问


How to plot 2d filled contour
I have function y= (0.32/(0.32+0.38*x))^2 k=m*(dy/dx) It means 'k' depends on 'm' and 'x' x= 0:1 ( 0 to1) m=0:1 ( 0 to1...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find data points within 2% tolerance of curve
Suppose, I have any curve , assume y=x^2 . And I have some scatter data points(X,Y) . Then , how to find scattter data point...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot contour with constraints
% I have following equations. I want to see variation of cp(si1,si2) with si1 and si2 with following constraints % constr...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract large number of data points from 2D plot
I want to extract large number of data points, like 30000 data ponits or more from 2d plot. Is it possible in matlab ?How t...

4 years 前 | 4 个回答 | 0

4

个回答

提问


unable to plot graphs
I have following code want cp Vs ct plot. How to plot it clc; clear all; close all; format long; syms cp positive f...

4 years 前 | 1 个回答 | 0

1

个回答