Community Profile

photo

Aiden James


Last seen: 2개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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...

7개월 전 | 답변 수: 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...

거의 3년 전 | 답변 수: 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...

거의 3년 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 1 | 0

1

답변