photo

Mark Cuanan


Last seen: fast 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

16 Fragen
3 Antworten

RANG
121.001
of 301.275

REPUTATION
0

BEITRÄGE
16 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
56.25%

ERHALTENE STIMMEN
0

RANG
 of 21.216

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.777

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Bi-linear (piecewise) curve fitting
Updated data.. Pls help.

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

Beantwortet
Bi-linear (piecewise) curve fitting
Please see attached doc file.

etwa 3 Jahre vor | 0

Frage


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

etwa 3 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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'); ...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Say I have a loglog plot, how could I add diagonal lines of 45 and 135 degrees onto the plot?
Adding diagonal lines.

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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.

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort