![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2516583_1522090122875_DEF.jpg)
Megna Hari
UC Davis
Followers: 0 Following: 0
Statistiques
RANG
14 249
of 297 016
RÉPUTATION
3
CONTRIBUTIONS
10 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
90.0%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
environ 4 ans il y a | 0
Question
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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesUsing 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...
plus de 8 ans il y a | 0
| A accepté
Question
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...
plus de 8 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseReading 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'); ...
plus de 10 ans il y a | 0
| A accepté
Question
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesHow 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') ...
plus de 10 ans il y a | 0
Question
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...
plus de 10 ans il y a | 1 réponse | 0