photo

Megna Hari


UC Davis

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

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
4 回答

ランク
13,793
of 300,781

評判
3

コントリビューション
10 質問
4 回答

回答採用率
90.0%

獲得投票数
1

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to autofit table using MATLAB/Activex?
Also since I keep searching how to do this in Word with tables and keep finding my own question for Excel 6 years later.... Whe...

約5年 前 | 0

質問


How do you call an inline or anonymous function within cellfun?
I have three variables (simplifying this and changing variable names for the question since the actual variables are over 200,00...

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

2

回答

回答済み
Using ActiveX to import data from Excel to MATLAB
JK I realized my mistake. I assigned xlRange = ['''A1:',char('A'-1+rem),char('A'-1+rem2),num2str(rowEnd),'''']; because I though...

9年以上 前 | 0

| 採用済み

質問


Using ActiveX to import data from Excel to MATLAB
I can find so many examples of going from MATLAB to excel but not the other way around. I don't want to use xlsread because it's...

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

1

回答

質問


What's the best way to plot overlapping and open ranges?
I have a list of numbers and I have a list of ranges. If the smallest number is 600 and the maximum is 94223654 and there are 18...

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

2

回答

質問


HTML mailto subject attribute doesnt work in MATLAB web browser
So I used web (' ','-helpbrowser') to open up an HTML file I wrote. Everything else seems to work fine except I have a piece of ...

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

1

回答

質問


Is there another way to write test{1,1:10}=' ' ?
Because obviously test{1,1:10}=' ' doesn't work: "The right hand side of this assignment has too few values to satisfy the le...

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

2

回答

質問


Need help writing expression in regexp!!!
So I have the following lines of code: cardelem=find(~cellfun(@isempty, regexpi(Lines, '^C(?!ORD)', 'match'))); cardprop=f...

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

1

回答

回答済み
Reading in 8 and then 16 characters using regexp on one line - NASTRAN data file
Nevermind you guys, I figured it out: a=lin(1:8); b=lin(9:length(lin)); tok1=regexp(b,'.{1,16}','match'); ...

11年以上 前 | 0

| 採用済み

質問


Reading in 8 and then 16 characters using regexp on one line - NASTRAN data file
So I'm writing a program that reads in NASTRAN data file entries. Usually you could read it in 8 characters at a time to get the...

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

1

回答

質問


How do I use regexpi on a phrase that has a "*"?
If * is used as a wildcard in regexp, how do I match to a phrase that has a star in it? texta=find(~cellfun(@isempty, regexpi...

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

1

回答

質問


How to autofit table using MATLAB/Activex?
So I needed to make a table in word using a structure: I used struct2table and then did writetable to a file -> and then I read ...

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

2

回答

回答済み
How to read data from one excel file and write it to another excel file
I'm not quite sure what you mean by x column of stage 1. Is stage 1: 20.6 31.6 12.3? I would do blah=xlsread('filename.xls') ...

11年以上 前 | 0

質問


GUI- "Attempt to reference field of non-structure array." Error with varargout and using red x to close
A similar question was already asked but the link to the solution ( <http://www.mathworks.com/support/solutions/data/1-193LD.htm...

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

1

回答