社区资料

Dan K


Active since 2008

Statistics

全部
  • 个人最佳下载级别1
  • 首次审查
  • 5星级银河系级别3
  • First Submission
  • 感恩1级
  • 知识渊博的级别2
  • First Answer
  • 评论者
  • 求解器

查看徽章

Content Feed

查看

解决了


Lightning strike distance: Writing a function
编写一个名为LightningDistance的函数,该功能输出“距离”给定输入“秒”。几秒钟是看到Lightnin的时间...

7年前

解决了


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

8 years ago

解决了


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

8 years ago

解决了


使用双重结肠操作员创建一个行阵列
使用双结肠操作员创建从9到1的行阵列。

8 years ago

解决了


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

8 years ago

解决了


使用PI圆形区域
鉴于圆的半径,请计算圆圈的区域。使用内置的数学常数PI。

8 years ago

解决了


简单方程:年薪
给定小时工资,通过将工资时间40和时间50乘以每年的工资,因为工资=工资x 40小时/w ...

8 years ago

Submitted


findInPath.m
测试路径(或任何其他字符串)是否包含子字符串

8年前|1下载|

Question


Is there an equivalent to ismcc for fiaccel?
我正在尝试编写可以加速固定点的代码,但这确实意味着进行一些更改,如果我...

8年前|0答案|0

0

answers

解决了


解决Sudoku行
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

9 years ago

Answered
How to read in a text file with data seperated by a colon first, than a comma and than a dash?
Here's a place to start from: str1 = 'HA: 2012-01-08, 11:01:45.802 – FFFF0811111111210208' C = textscan(str1,'%2c:%d...

9年前| 1

|公认

Question


R2013a: Where are the improvements? Is TMW even listening?
I would like to get people's feedback on the changes made in 2013a. I find the release notes to be incredibly dissapointing, in...

9年前| 1answer | 2

1

answer

Answered
is it faster to load a big file (198MB) once and pass it onto a function in a parfor loop or let the function in parfor loop to load it every iteration?
A few things... 1 it should not take minutes to load a file that's only 200MB, so you may want to look at how you're loading...

9年前|0

Question


如何为可变数量的输入数据制作匿名函数
嗨,大家

9年前|2个答案|1

2

answers

Answered
如何使用用户在InputDLG中使用用户精神的名称创建结构?
各位,请不要钉me for this one, but the easiest way I see to do it is: eval([specifiedname '.Course = []']); ...

9年前|0

Answered
如何将矢量变成循环?
I think I understand... Are you saying that if you have a five element vector A(1:5), then you want A(6) to actually reference ...

9年前|0

|公认

Answered
如何在图像中添加附加对象?
您的问题不太清楚。最简单的答案是:按住%添加其他对象

9年前|0

|公认

Answered
加速代码:预分配,矢量化,PARFOR,SPMD ....
确保它是一个函数,而不是脚本...那里的速度差异很大。预先分配时,请确保您的分配...

9年前|0

Answered
What causes variable editor to be blank for OOP (openvar)
更新任何可能关心的人...我打开了一个支持案例,以从TMW上获得一些帮助...等待时我发现.金宝app..

9年前|0

|公认

Question


What causes variable editor to be blank for OOP (openvar)
Hi, I've got some fairly large OOP classes defined (which are subclasses of another). Sometime recently, I must have changed...

9年前|2个答案|0

2

answers

Answered
GUI with moving marker
A couple of different options: Perhaps the simplest (although not very speed efficient) is to apply a tag to the marker when yo...

9年前|0

|公认

Question


如何实际查看我的FEX观察列表
I don't know if anybody else is having this problem, but I can't actually view my watch list in FEX. If I go to my file exchang...

9年前|0答案|0

0

answers

Answered
Experiences with release 2012b
I am going to suggest an informal poll to be conducted here. Ultimately TMW will make its decisions based upon how it impacts r...

9年前| 1

Answered
Experiences with release 2012b
#当我停靠一个数字时,它使图工具栏几乎没有用,因为它变成了功能区的标签。对我来说有几个...

9年前|4

解决了


Right and wrong
给定长度的向量[a b c],确定具有这些侧面长度的三角形是否是正确的三角形:

9 years ago

解决了


与逻辑运营商一起编写独家或操作
编程使用MATLAB函数XOR的独家或操作 *无 *。使用逻辑运算符,例如|,&〜,...代替。...

9 years ago

解决了


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

9 years ago

解决了


按降序安排向量
如果x = [0,3,4,2,1],则y = [4,3,2,1,0]

9 years ago

解决了


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

10年前

解决了


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

10年前

Load more