photo

Jackie


Last seen: 2年以上 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

5 質問
0 回答

Cody

0 問題
13 解答

ランク
211,836
of 300,853

評判
0

コントリビューション
5 質問
0 回答

回答採用率
20.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
33,671
of 171,319

コントリビューション
0 問題
13 解答

スコア
140

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Attempting to solve differential equation model of windkessel two element using ode45, getting errors
Hello, I am trying to use ode45 to solve numerically for pressure for the equation below: dP/dt = Q(t)/C -P(t)/R*C where ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


plotting multiple images in subplot
Hi, I have down sampled an image several times and I want to show each image that has been down sampled like in the document a...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


adding borders to images
Hello, I understand how to draw a black border around an image,by padding the image with zeros. However, I would like to know ho...

9年以上 前 | 2 件の回答 | 0

2

回答

解決済み


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

10年弱 前

解決済み


ascii value
let input='a' output=97

10年弱 前

解決済み


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

10年弱 前

解決済み


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

10年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10年弱 前

解決済み


UICBioE240 2.1
This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows th...

10年弱 前

解決済み


UICBioE240 problem 1.2
Convert a column vector into a row vector. So if A = [1; 2; 3] Then B = [ 1 2 3]

10年弱 前

質問


How can I plot histogram using b as x value and k as bin values? plotting histogram error line 16
load sizes2.txt results= sizes2(:,1) n=size(sizes2,1) % num of rows a=sizes2(:,:) b=sort(a) y=log10(n) ...

10年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

約11年 前

解決済み


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

約11年 前

解決済み


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

約11年 前

解決済み


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

約11年 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

約11年 前

解決済み


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

約11年 前