Community Profile

photo

Young Lee


Last seen: 7 months ago Active since 2018

Statistics

All
  • Solver
  • Thankful Level 3

View badges

Content Feed

View by

Question


trying to loop for transfer function plots into single figure
Parameters======================== Km1 = 0.01; Km2 = 0.02257; Km3 = 0.04; Rm = 2.093; b = 0.0000262; t = 0.069; T=0:0.0...

7 months ago | 1 answer | 0

1

answer

Question


Matrix display wrong value
clear all clc % This is Tutorial Q1 Very important make sure the parameters are correct L1=1000; L2=2000; b1=10; h1=10; ...

10 months ago | 1 answer | 0

1

answer

Question


Simulink running 3R robot arm
Q1 Hi, I am working on one of the robotic arm simulation, basic 3 link RRR so I tried to follow as much as possible with tw...

4 years ago | 0 answers | 0

0

answers

Question


For loop problem; could you help?
I wish to calculate w to plot for (T,w) for every thi values and T values, my goal is to plot psychrometric chart do I need to...

4 years ago | 1 answer | 0

1

answer

Question


symbolic derivative of lagrangian & kinematic coefficient
Hi II am working on some mechanical problems. basically trying to take symbolic derivative of kinematic coefficients for the p...

4 years ago | 1 answer | 0

1

answer

Question


Looping through arrays with equation out
Hi, I am trying to work on some large data 17200x2 ( need to construct temperature table before doing LSR ) with initial value...

4 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago

Question


is it possible to input two variable values while loading a function from commend menu?
function [] = w8ass7p4(y) y = [n m] %number of files for i = 1:n % variable for folder a = ['binder',nu...

5 years ago | 2 answers | 0

2

answers

Question


how can I write this simpler? (attachment)
I have wrote the following code. just wondering if there is a much simpler way to write the same code.... I feel like Im going...

5 years ago | 1 answer | 0

1

answer

Question


how can I improve my looping script?
hey guys, im kind of new to matlab and practicing with code. This forloop only allow first input to be used with +4 iterations ...

5 years ago | 1 answer | 0

1

answer

Question


I have a number of scripts which plots graph and want plot on GUI Axes by push buttons. How can I write on the callback to plot on axes referring to variables in workplace or link each script to each push button?
Heres what I have tried hold( handles.plotaxes,'off') % to replace with different graph per each button axes(handles.Axes1) ...

5 years ago | 1 answer | 0

1

answer

Question


I have a simple plotting gui via user input using buttons and wish to save figure on the axes as an jpg image using a pushbutton. what do I need to write on the pushbutton callback?
I have a simple plotting gui via user input using buttons and wish to save figure on the axes as an jpg image using a pushbutton...

5 years ago | 1 answer | 0

1

answer

Question


how can I do this mathmatical operation?
I wish to do sum and subtract in column 2 of 84x7 matrices between different rows of the element on the same column and produce...

5 years ago | 2 answers | 0

2

answers

Question


Looping matrice column by subtraction
I have a 84x7 matrices. On the entire column 2 and 4, they need to be subtracted from higher number - lower and loop throu...

5 years ago | 1 answer | 0

1

answer

Question


How to extract rows from a large number of rows that matchs a unique element in the column
eg ID Test1 Test2 Test 3 ...

5 years ago | 1 answer | 0

1

answer

Question


I want to find indexes for maximum and minimum
I am new to matlab and having difficulty. I want to find indexes for maximum and minimum and put them into sets of array. Here i...

5 years ago | 1 answer | 0

1

answer