Community Profile

photo

Peter Lok


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


is there a way to plot a simulation of plots instead of having 42 plots?
close all, clear all, clc %Given of each segment in cm Rae=16; Rac=29; Rof=13; Roe=16; Rdc=3; Rdb=35; ...

8 years ago | 0 answers | 0

0

answers

Question


How can i plot a 3D matrix? I am trying to plot a 3D scatter plot with a 3D matrix to display the relation between three variables.
clear all; close all; clc %Given x1=3.2; %meters x2=2.7; %meters y1=4.0; %meters y2=3.6; %meters %varyin...

8 years ago | 1 answer | 0

1

answer

Question


hi, Im trying to do a for loop but i keep getting a subsasgn error. can someone help?
%% uncertainty clear all, close all, clc syms t w l density E a1 a2 c U_l =.5*.0254; U_w =.0005*.0254;...

8 years ago | 1 answer | 0

1

answer

Question


I want to extract data from a for loop a created instead of individually coding each vaiable, is there an easier way in MATLAB 2015b?
for n=(1:14) load(['lok' num2str(n) '.mat']) load(['lokf' num2str(n) '.mat']) end F1 =lok1dat(1:60...

8 years ago | 1 answer | 0

1

answer

Question


How can I show all my text in the graph?
part of my text is cut off and i dont know how to better label or other ways to label these points with text? Can i extend the a...

8 years ago | 1 answer | 0

1

answer

Question


Is there a maximum number of text that one can plot on a graph?
I coded 6 points with texts and only 5 points of text are showing. Can someone help me?

8 years ago | 1 answer | 0

1

answer