Community Profile

photo

Koustubh Gohad


Michigan Technological University

Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How do I create a plot with a slider for data generated using vectors?
Hello, I've written the following code that plots the height of water in a tank vs. time. I need to create a slider in the p...

9 years ago | 1 answer | 0

1

answer

Answered
How do I create a plot with a slider for data generated using vectors?
I wrote a function to generate the h and t vectors. function [h1, t1] = update_plot(A_t) t = 0:0.01:100; h = zeros(1,...

9 years ago | 0

Question


How to get a piece-wise polynomial for two data vectors?
Hello, I have data vectors for two variables, 'v' and 'Engine_TR'. I want to make a piece-wise polynomial with the variable 'En...

10 years ago | 0 answers | 0

0

answers