photo

Mark Cuanan


Last seen: 1 year 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

16 个提问
3 个回答

排名
62,117
of 300,840

声誉
0

贡献数
16 个提问
3 个回答

回答接受率
56.25%

收到投票数
0

排名
 of 21,092

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,238

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I am trying to do bilinear curve fitting of capacity curve using FEMA-356 procedure. I am providing the data in excel format of the curve.
The procedure goes like this: Based on FEMA-356, first I need to assume a point as yield pointing (intersection of the two b...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Not showing lines and curves in the plot.
Can someone check this script, why there is no lines/curves showin in my plot. Thank you function [V_design, D_design] ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Billinear curve fit of pushover curve
I am trying to make a billinear curve fit and ask chat gpt to do it. Hehehhe But it not running. Can someone check and improv...

2 years 前 | 0 个回答 | 0

0

个回答

已回答
Bi-linear (piecewise) curve fitting
Updated data.. Pls help.

3 years 前 | 0

已回答
Bi-linear (piecewise) curve fitting
Hello my friend, this is realy helpful. But, i have another code needed. Is it okay, if I need your help again? thank u very muc...

3 years 前 | 0

已回答
Bi-linear (piecewise) curve fitting
Please see attached doc file.

3 years 前 | 0

提问


Bi-linear (piecewise) curve fitting
Can someone explain how to plot the two linear lines (Billinear curve fiiting) from the existing curve?

3 years 前 | 5 个回答 | 0

5

个回答

提问


How could I put graph from a function to my GUI axes?
I have a graph from a function which plots a tripartite elements. I am able to call it in my GUI but instead of showing the grap...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How can I add additional minor grid lines?
VEL=[10,8,7,7,8,10,11,2,1,.1] t =[.2,.4,.6,.8,1,1.2,1.4,1.6,1.8,2] y=(VEL); x=(t); loglog(x,y,'-k'); ...

8 years 前 | 0 个回答 | 0

0

个回答

1

个回答

提问


Can anyone show me a sample of tripartite plot?Thanks
I have four type of data.

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot these values in tripartite plot? Thanks.
I have 4 values in matrix form; v = [0.2;0.4;0.6;0.8;1]; x=[1;1.4;2.2;3;3.5;5]; y= [3;4;5;7;8]; z=[2;3;4;8;10] ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


what is the purpose of %20s\n?
If I have a fprint command; fprintf(fid, '%20s\n', 'Time History Analysis results for the building:');

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to animate graph?
Say I have a 3x3 matrix, I want to plot the 3 columns in animation. Meaning plotting the column values 1 after the other. Any id...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Why do I encounter error in using plot Vectors ( must be the same length)?
floors=[0 1 2 3 4 5 6 7 8 9]; xx=linspace(0,9,300); line=[0 0 0 0 0 0 0 0 0 0]; eje=[0 1 2 3 4 5 6 7 8 9]; ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


need help with " Error using vertcat Dimensions of matrices being concatenated are not consistent"
Here is the file. Please do comment on this to resolve the error.

8 years 前 | 0 个回答 | 0

0

个回答

提问


Why do I encounter error using vertcat?
I want to have mass 9x9 diagonal matrix (mass matrix) and 9x9 stiffness matrix. The code goes like this: m1= getappdata(han...

8 years 前 | 1 个回答 | 0

1

个回答