photo

BLP


Last seen: 16日 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

14 質問
2 回答

Cody

0 問題
15 解答

ランク
183,991
of 300,781

評判
0

コントリビューション
14 質問
2 回答

回答採用率
35.71%

獲得投票数
2

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
30,332
of 171,031

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

スコア
163

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer
  • Explorer
  • First Review
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

2年以上 前

質問


Why the diacritic characters are displayed incorrectly?
Helo, Recently I had to replace the system disk and reinstall all the programs, including MATLAB. Previously, I used Windows 10...

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

0

回答

回答済み
automatic code evaluation for a live script
Hello Cris, I was delighted with the simplicity of your solution, but no I am not sure I will be able to use it. I forgot to me...

2年以上 前 | 0

質問


automatic code evaluation for a live script
Hallo everybody, I am trying to write a code for automatic evaluation of student code. I know that I can use MATLAB Grader but ...

2年以上 前 | 2 件の回答 | 1

2

回答

質問


How to define different colors for different edges?
Hello evrybody, I have an electrostatis pde model with the geometry ilustrated below (pdegplot, "EdgeLebals"=="off", 16 edges)....

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

1

回答

解決済み


Find last zero for each column
Given a numeric array of arbitrary size, return the row index of the last zero for each column. If a column contains all nonzero...

3年弱 前

解決済み


07 - Common functions and indexing 5
Create the vector _lin_: <<http://samle.dk/STTBDP/Assignment1_7e.png>> (the integers from 1 to 20) Make every other val...

3年弱 前

解決済み


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

3年弱 前

質問


MATLAB installation in a classroom
Hello, I need to install MATLAB on new computers in a classroom. My University has the TAH license, and generally I know hot to...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


Why do I receive the error: Unrecognized function or variable 'applyBoundaryCondition'.
Hello everybody, I am trying to simulate an electrosdtatic field in a chamber coposed of several elements. I have defined the g...

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

0

回答

質問


What is the order of the FaceLabels
Hello everybody, I am trying to simulate an electrosdtatic field in a chamber coposed of several elements. I have defined the g...

約3年 前 | 1 件の回答 | 0

1

回答

回答済み
Is There a Command in MATLAB Like WorkingPrecision in MATHEMATICA?
See How to limit calculation precision? - MATLAB Answers - MATLAB Central (mathworks.com)

約3年 前 | 0

質問


Import geometry from STEP file for PDE
Hello, I was asked to model in MATLAB an electrical filed for a given electrode. The electode has a bit complicated geometry an...

約3年 前 | 1 件の回答 | 0

1

回答

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

約3年 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

約3年 前

解決済み


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

約3年 前

質問


Problem using symbolic sinc?
Hello everybody, I have tried to get a plot of the absolute value of the Fourier transform for a square pulse using the equatio...

約3年 前 | 2 件の回答 | 0

2

回答

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3年以上 前

質問


how to compute energy and power of discrete-time signal using symbolic calculations
I would like to get some parameters of continous and discrete-time signals i.a. the total energy and the mean power using symbol...

約5年 前 | 1 件の回答 | 0

1

回答

質問


MATLAB Grader. How to check vectroization in students solution?
Hi, I would like to chck in MATLAB Grader if the students have used vectorization, eg. they write in their solution x = (1:5)...

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

1

回答

質問


interpolation strain tensor field
I have a 3D+t strain tensor field (3D over time) delivered by FAM software (Abaqus). What I need is to interpolate the strain te...

約7年 前 | 1 件の回答 | 0

1

回答

解決済み


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

約8年 前

解決済み


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

8年以上 前

質問


where Philips DICOM keeps ecg waveform
I tried to work with Philips US DICOM files. The files contain a sequence of ultrasonic images recorded for a myocardial left ve...

8年以上 前 | 0 件の回答 | 0

0

回答

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

10年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10年弱 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

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年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10年弱 前

質問


principal strains using eig function
I am trying to use the eig function to calculate the principal strains from 3D strain tensor. Unfortunately I do get different r...

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

1

回答

さらに読み込む