photo

men8th


2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

12 質問
7 回答

Cody

0 問題
2 解答

ランク
8,242
of 300,771

評判
6

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

回答採用率
16.67%

獲得投票数
5

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
95,578
of 170,969

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

スコア
30

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Answer
  • First Review
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Numerical Jacobian in Matlab
Matlab has a built-in, but not very well documented function which will compute Jacobians numerically help numjac

約1年 前 | 0

質問


How to keep the details pane focused on the file currently being edited
The Details pane, under the Current Folder pane on the Matlab desktop, provides a useful overview of the contents of the current...

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

0

回答

質問


Best practice: should a function return a row vector or a column vector
Perhaps this has been asked before but if it has I can't find the answer. If I write a function or method which returns a vecto...

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

3

回答

回答済み
Saving git log number of the current commit in MATLAB
If you are wanting to get a build number then I find the following works well: system("git describe --tags --first-parent --abb...

3年弱 前 | 0

回答済み
Make "to workspace" variable available for StopFcn when using sim command
I solved this by pulling the StopFcn callback into a standalone .m file, then wrapping the callback from the model with a try-ca...

3年弱 前 | 0

回答済み
Is it possible to change the location/ position of the input/ output ports on a subsystem block?
If you draw a subsystem in a blank area on the canvas (left click + drag to highlight a square, then use the context menu to cre...

約3年 前 | 0

回答済み
What should go in a next-generation MATLAB X?
My goodness, the IDE can be annoying sometimes. What's missing... I use the editor undocked. Please can we have the capability ...

約3年 前 | 1

質問


Scope and hierarchy of variables in Simulink
Is there any documentation on variable scope in Simulink. My understanding is that lower level units like masked subsystems have...

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

1

回答

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

3年以上 前

質問


Efficient data structures for object arrays
I have a vector class which I'll sketch out below classdef VectorClass < handle properties coordinates (1,3) doub...

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

0

回答

質問


Validate property is a subclass of an abstract class
I've just upgraded from 2018b to 2020a and some of my code has stopped working. With release 2018b the following code did not th...

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

1

回答

質問


Rename .prj project file
I am using a Matlab/Simulink project to manage my files. The project is managed using a file with extension .prj. Does anyone ha...

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

1

回答

回答済み
Merge without command line git
To answer my own question, I did myself out of this hole by making a new sandbox in the first machine, then pulling a fresh copy...

5年以上 前 | 0

質問


Merge without command line git
I have a git repository on a network drive which I've been using to manage a single project from a single machine. I pulled a co...

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

1

回答

質問


Is there a way to make fzero reuse values from interval search
This post is half question, half update request... When calling fzero with only a starting point, not an interval, is there a w...

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

1

回答

質問


Best way to forward object properties
What is the best way to forward object properties when undertaking object oriented design with Matlab. Here I use forwarding in ...

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

0

回答

回答済み
Set properties of child objects without synchronisation errors
Hi Steven, Some answers below. Let me know what you think. ◾When are pressure vessels allowed to change pipes? Are they fixed ...

約6年 前 | 0

質問


Set properties of child objects without synchronisation errors
I have a parent object with properties which hold some child objects. The child objects are all of the same class. When I change...

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

4

回答

質問


How to synchronise inherited properties of class
I have a superclass TubeClass with a number of properties, one of which is outsideDiameter. From this superclass, I derive two s...

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

1

回答

質問


table stackedplot with log y-axis
Is there a way to modify the axes properties of a plot of table data created using stackedplot. Specifically I'd like log y-axes...

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

1

回答

解決済み


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

6年以上 前