photo

Ravi Narasimhan


Last seen: 9日 前 2021 年からアクティブ

Followers: 0   Following: 3

Off-and-on Matlab user since ~1993.

Programming Languages:
MATLAB
Spoken Languages:
English

統計

All
MATLAB Answers

7 質問
8 回答

Cody

0 問題
10 解答

ランク
4,044
of 300,292

評判
13

コントリビューション
7 質問
8 回答

回答採用率
28.57%

獲得投票数
5

ランク
 of 20,908

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
35,459
of 167,999

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

スコア
127

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Commenter
  • Thankful Level 2
  • Knowledgeable Level 1
  • Treasure Hunt Participant
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Calculate BMI
Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas: 1 kilogram = 2.2 pounds 1 inch = 2...

3ヶ月 前

解決済み


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

3ヶ月 前

質問


Is Simulink Fundamentals available by itself without getting the full Online Training Suite?
I have Matlab and Simulink Home Licenses and am interested in the Simulink Fundamentals course (separate from Simulink Onramp). ...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Additional Home License/Apple Silicon questions (Support is not helpful)
I managed to file a Support case for these questions but got boilerplate back with no answers. Trying the Community reluctantly...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


MATLAB Home on Apple Silicon: GPU support?
I'm well aware that I should ask Sales about this but I can't contact them due to the attack. I enter my email on the contact f...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


For TMW staff: Matlab Home/Cloud drive connector/macOS Mojave
Did TMW just drop support for Cloud Drive/Connector on macOS Mojave? I got my R2021a license on 31 August 2021 and the Connecto...

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

1

回答

回答済み
What should go in a next-generation MATLAB X?
Here are some low-falutin' features I'd like to see. My perspective: Periodic Matlab user who mostly likes the tool but has fru...

約4年 前 | 0

質問


Browsing FileExchange/Addons in simple tabular vs. icon format?
Question for TMW staff who may be checking in: I'm a Matlab Home (R2021a) and Online (R2021b) user It takes a lot of scrolling...

約4年 前 | 1 件の回答 | 1

1

回答

回答済み
How to trim time series?
Are you trying to discard elements 129 through 255? If so, Z(129:end) = []; % Discard the unwanted elements or Z=Z(1:128); %...

約4年 前 | 0

| 採用済み

回答済み
Surf command to plot simple surface
Did you intend to do an element-by-element multiply on X and Y? https://www.mathworks.com/help/matlab/ref/times.html close a...

約4年 前 | 0

| 採用済み

回答済み
How to name Array with each of my Arrays in a bulk folder?
I believe what you are requesting (dynamically naming variables) can be done but is strongly discouraged. Here is a reference f...

約4年 前 | 0

質問


Problems opening documentation examples in Matlab Online
I have access to Matlab Online via a Matlab Home license. Issue: Many example scripts/LiveScripts in Matlab docs do not open i...

約4年 前 | 0 件の回答 | 4

0

回答

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

約4年 前

回答済み
How to use a Python file in Matlab?
Matlab offers a roots function to compute roots of polynomial (help roots). Is there some reason that won't work for you?

約4年 前 | 0

回答済み
exponential curve fit coefficients
See the answer to a similar question in: https://www.mathworks.com/matlabcentral/answers/1448569-queston-for-school-linearize-a...

約4年 前 | 0

回答済み
Interpolation problem with interp1
Not sure what your R vector represents but it seems like you are trying to use a loop to interpolate within a one-dimensional ar...

約4年 前 | 0

質問


Hooking Matlab Online to a local Python installation?
I have a Matlab Home license and access to Matlab Online. Is it possible to connect Matlab Online to a local Python installatio...

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

2

回答

解決済み


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

約4年 前

解決済み


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

約4年 前

解決済み


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

約4年 前

解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前

解決済み


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

約4年 前