photo

Toshiaki Takeuchi

MathWorks

Last seen: Today Aktiv seit 2012

Followers: 17   Following: 0

Nachricht

Community Engagement at MathWorks, Professional Interests: Agentic AI

Programming Languages:
MATLAB, Python
Spoken Languages:
English, Japanese
Pronouns:
He/him

Statistik

All
MATLAB Answers

5 Fragen
17 Antworten

File Exchange

5 Dateien

Cody

0 Probleme
18 Lösungen

Discussions

52 Discussions

RANG
2.108
of 301.754

REPUTATION
32

BEITRÄGE
5 Fragen
17 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
11

RANG
283 of 21.410

REPUTATION
5.272

DURCHSCHNITTLICHE BEWERTUNG
4.90

BEITRÄGE
5 Dateien

DOWNLOADS
174

ALL TIME DOWNLOADS
31040

RANG
28.375
of 176.414

BEITRÄGE
0 Probleme
18 Lösungen

PUNKTESTAND
190

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
52 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES
5

  • MATLAB Shorts Mini Hack Participant
  • Thankful Level 1
  • Revival Level 1
  • Solver
  • Top Downloads 2024
  • Top Downloads 2023
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 5
  • GitHub Submissions Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
[Reddit Cross Post] Connect Simulink signal to Electrical (Simscape) signal
To answer the question in the picture: prefer to use a single simulation technology. In this case the most appropriate Simscape ...

7 Monate vor | 0

| akzeptiert

Frage


[Reddit Cross Post] Problems with a contour diagram for a caogulation diagram
I need someting simila to this But I only can get this I do not know how to use the program, so all is from AI Can someon...

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


[Reddit Cross Post] Connect Simulink signal to Electrical (Simscape) signal
I need to use a signal generated in a Simulink subsystem and output its voltage to Simscape Electrical model. While I know h...

8 Monate vor | 2 Antworten | 0

2

Antworten

Frage


[Reddit Cross Post] Filtering results with small divergence
Hello, I am currently working on a calculator for composite materials, due to the nature of composite materials, they have diffe...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


[Reddit Cross Post] Reading XML data where commas are used as thousands and as separators
I need to extract the data of a lab equipment that only exports an XML file, so I'm trying to have a simple script to convert it...

8 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to Change the first letter of a string to capital case and the rest to lowercase
Using Pattern https://www.mathworks.com/help/matlab/ref/pattern.html str = "test"; pat = lineBoundary("start")+lettersPattern...

fast 2 Jahre vor | 0

Beantwortet
How to troubleshoot "Warning: Unable to save App Designer app object. Save not supported for matlab.apps.AppBase objects." Issue in App Designer?
The issue was caused by the function handle that included the reference to appbase. sfun = @(x)streamTokens(app,x); This was ...

mehr als 2 Jahre vor | 1

| akzeptiert

Frage


How to troubleshoot "Warning: Unable to save App Designer app object. Save not supported for matlab.apps.AppBase objects." Issue in App Designer?
I was working on a MATLAB App that saves the app properties to a mat file in UIFigureCloseRequest callback, and loads the saved ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Inserting a 1000 separator
Using pattern vec = 123456789; txt = string(vec); pat1 = lookBehindBoundary(digitsPattern); % (?<=\d) pat2 = asManyOfPattern...

mehr als 2 Jahre vor | 0

Beantwortet
Is there a format in MATLAB to display numbers such that commas are automatically inserted into the display?
Using pattern vec = 123456789; txt = string(vec); pat1 = lookBehindBoundary(digitsPattern); % (?<=\d) pat2 = asManyOfPattern...

mehr als 2 Jahre vor | 1

Beantwortet
How do I insert the comma marker for thousands into large numbers while printing to file or Command Line in MATLAB 7.7 (R2008b)?
Using pattern vec = 123456789; txt = string(vec); pat1 = lookBehindBoundary(digitsPattern); % (?<=\d) pat2 = asManyOfPattern...

mehr als 2 Jahre vor | 0

Beantwortet
How do I add commas to numbers using fprintf?
Using pattern vec = 123456789; txt = string(vec); pat1 = lookBehindBoundary(digitsPattern); % (?<=\d) pat2 = asManyOfPattern...

mehr als 2 Jahre vor | 0

Beantwortet
How do you extract from a website table?
You can use readtable https://www.mathworks.com/help/matlab/ref/readtable.html url = "https://www.mathworks.com/help/matlab/tex...

mehr als 2 Jahre vor | 0

Beantwortet
Read table data from url
You can use readtable https://www.mathworks.com/help/matlab/ref/readtable.html url = "https://www.mathworks.com/help/matlab/tex...

mehr als 2 Jahre vor | 0

Beantwortet
How to read a table from an url?
You can use readtable https://www.mathworks.com/help/matlab/ref/readtable.html url = "https://www.mathworks.com/help/matlab/tex...

mehr als 2 Jahre vor | 0

Beantwortet
How can I change text editor?- VScode
There is an official VS Code extension for MATLAB. https://marketplace.visualstudio.com/items?itemName=MathWorks.language-mat...

mehr als 2 Jahre vor | 0

Beantwortet
MatGPT error: Error 429 Too Many Requests
This is usually caused because your free trial of OpenAI API account has expired. Please visit this page to review your option...

fast 3 Jahre vor | 3

| akzeptiert

Beantwortet
What happens to my student license when my undergraduate degree ends?
As long as you have access to your college email, you may be in luck to keep using your academic license, depending on the polic...

etwa 3 Jahre vor | 1

Beantwortet
How to use Webwrite to call REST APIs successfully, eg OpenAI API
Here is a MATLAB app that provides sample prompts as presets, and you can run chat-generated MATLAB code inside the app. People ...

etwa 3 Jahre vor | 1

Beantwortet
Artificial Neural Networks for Beginners - MNIST Dataset: Unable to read file 'myWeights'. No such file or directory. Can anyone help me understand what I should do successfully load weights?
You should remove "load myWeights" from your script. The blog post is like a cooking show, and it is just loading the pre-comput...

fast 11 Jahre vor | 0

Beantwortet
Basic question about Text Analysis/Text Analytics/Text Mining using Matlab
This blog post just went live. You can probably use this as a starting point. <http://blogs.mathworks.com/loren/2015/04/08/can-y...

etwa 11 Jahre vor | 0

| akzeptiert

Beantwortet
If I am no longer a student but want to learn MATLAB, what version should I buy?
You can now get a personal use license called <http://www.mathworks.com/products/matlab-home/ MATLAB Home>.

etwa 12 Jahre vor | 4