Young Lee
Followers: 0 Following: 0
Feeds
提问
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...
1 year 前 | 1 个回答 | 0
1
个回答提问
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; ...
1 year 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
6 years 前 | 1 个回答 | 0
1
个回答提问
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) ...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to extract rows from a large number of rows that matchs a unique element in the column
eg ID Test1 Test2 Test 3 ...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0