![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11396682_1522138861642_DEF.jpg)
alankrita asthana
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
hi. i need to write a matlab table to .doc or .pdf or .pptx format. i need to create a new doc programatically and then write it with the table. how can i do this without using report generator?
it would be better if i can write the table to pdf or ppt.
約7年 前 | 0 件の回答 | 0
0
回答質問
hi.how to convert cell array to table?. i tried using cell2table() but it shows an error 'invalid function for the type cell'
if true LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; Height =[71;69;64;67;64]; A...
約7年 前 | 1 件の回答 | 0
1
回答質問
hi. i have two guis main and sub . i have stored inputs from all the edit boxes in sub in a variable, var. i need to tranfer var to main gui.and use it for further logic.kindly help.
function data_Callback(hObject, eventdata, handles) % hObject handle to data (see GCBO) % eventdata reserved - to be...
7年以上 前 | 2 件の回答 | 0